This file contains hidden or 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
| # | |
| # Jekyll Dev Only Tag | |
| # | |
| # Author : Colin Kennedy | |
| # Usage : | |
| # | |
| # The markup/script/css included within the `devonly` tags | |
| # is included in the rendered page when either: | |
| # | |
| # * `server` mode is used |
This file contains hidden or 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
| // ---- | |
| // Sass (v3.3.0.rc.1) | |
| // Compass (v0.13.alpha.10) | |
| // ---- | |
| /* | |
| A slightly more automated approach to BEM modifier classes: | |
| using '&' parent selector interpolation, modifiers extend their bases, | |
| so that HTML markup requires only the modifier class not the base *and* modifier | |
| */ |
This file contains hidden or 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
| #Insert this at the end of /etc.defaults/ddns_provider.conf | |
| [Namecheap] | |
| modulepath=/usr/syno/bin/ddns/namecheap.php | |
| queryurl=https://dynamicdns.park-your-domain.com/update |
This file contains hidden or 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
| #!/bin/bash | |
| # md-toc.sh | |
| ############ | |
| # Generates a Table of Contents getting a markdown file as input. | |
| # | |
| # Inspiration for this script: | |
| # https://medium.com/@acrodriguez/one-liner-to-generate-a-markdown-toc-f5292112fd14 | |
| # | |
| # The list of invalid chars is probably incomplete, but is good enough for my | |
| # current needs. |
OlderNewer