mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

budparr
09.31.2018 35bb658973904829085a5f71012ecc92f10e2d03
Update README
1 files modified
12 ■■■■ changed files
README.md 12 ●●●● patch | view | raw | blame | history
README.md
@@ -10,10 +10,11 @@
- Responsive
- Accessible
- Contact form
- Contact form
- Custom Robots.txt (changes values based on environment)
- Internal templates for meta data and google analytics
- Internal templates for meta data, google analytics, and DISQUS comments
- RSS Discovery
- Table of Contents (must declare `toc: true` in post parameter)
Also includes examples of Hugo Features or Functions:
@@ -21,6 +22,7 @@
- Taxonomies
- Archetypes
- Custom shortcode
- Related content
- Hugo built-in menu
- `with`
- `HUGO_ENV`
@@ -66,6 +68,12 @@
You may need to delete the line: `themesDir = "../.."`
### Add comments
To enable DISQUS comments, add `disqusShortname = YOURSHORTNAME` to your config file.
### Change the hero background
For any page or post you can add a featured image by including the local path in front matter (see content in the ExampleSite folder for examples): `featured_image: '/images/gohugo-default-sample-hero-image.jpg'`