- Website: https://octobercms.com/
- Docs: https://github.com/octobercms/october
- Developer guide: https://octobercms.com/docs/help/console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Global config for Mercurial | |
[ui] | |
username = Username <[email protected]> | |
editor = nano | |
ignore = ~/.hgignore |
Concepts and definitions for SVG.
Website: https://angularjs.org/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// add ie conditional html5 shim to header | |
function _s_add_ie_html5_shim () { | |
echo '<!--[if lt IE 9]>'; | |
echo '<script src="' . get_template_directory_uri() . '/js/html5.js"></script>'; | |
echo '<![endif]-->'; | |
} | |
add_action('wp_head', '_s_add_ie_html5_shim'); |
I hereby claim:
- I am hofmannsven on github.
- I am hofmannsven (https://keybase.io/hofmannsven) on keybase.
- I have a public key ASBg3vlLIAlYg-PeJOUD4a7nQftZyHM4QXBeh1xeEsw2Hgo
To claim this, I am signing this object:
- Website: http://sass-lang.com/
- Docs: http://sass-lang.com/guide
- Tutorial: https://www.codecademy.com/learn/learn-sass
Install on OS X: sudo gem install sass
Version info: sass -v