Browse Source

Update README

enhancements
budparr 6 years ago
parent
commit
35bb658973
No account linked to committer's email address
1 changed files with 10 additions and 2 deletions
  1. 10
    2
      README.md

+ 10
- 2
README.md View File



- Responsive - Responsive
- Accessible - Accessible
- Contact form
- Contact form
- Custom Robots.txt (changes values based on environment) - 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 - RSS Discovery
- Table of Contents (must declare `toc: true` in post parameter)


Also includes examples of Hugo Features or Functions: Also includes examples of Hugo Features or Functions:


- Taxonomies - Taxonomies
- Archetypes - Archetypes
- Custom shortcode - Custom shortcode
- Related content
- Hugo built-in menu - Hugo built-in menu
- `with` - `with`
- `HUGO_ENV` - `HUGO_ENV`
You may need to delete the line: `themesDir = "../.."` 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 ### 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'` 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'`

Loading…
Cancel
Save