| | |
| | | |
| | | - Responsive |
| | | - Accessible |
| | | - Contact form |
| | | - Contact form |
| | | - Custom Robots.txt (changes values based on environment) |
| | | - Internal templates for meta data, google analytics, and DISQUS comments |
| | | - Internal templates for meta data, google analytics, and DISQUS or COMMENTO comments |
| | | - RSS Discovery |
| | | - Table of Contents (must declare `toc: true` in post parameter) |
| | | |
| | |
| | | |
| | | ### Add comments |
| | | |
| | | To enable DISQUS comments, add `disqusShortname = YOURSHORTNAME` to your config file. |
| | | To enable comments, add following to your config file: |
| | | |
| | | |
| | | - DISQUS: `disqusShortname = YOURSHORTNAME` |
| | | - COMMENTO: |
| | | ``` |
| | | [params] |
| | | commentoEnable = true` |
| | | ``` |
| | | |
| | | ### Change the hero background |
| | | |