gohugo-theme-ananke/readme.md

34 lines
968 B
Markdown
Raw Normal View History

2017-04-15 04:44:42 +02:00
HUGO Default theme readme
2017-04-11 03:27:13 +02:00
### [wip] A Base theme for [Hugo](http://gohugo.io/), a framework for building websites.
2017-04-15 04:44:42 +02:00
The intent of this theme is to provide a solid starting place for Hugo sites and include best practices for performance, accessibility, and rapid development.
2017-04-11 03:27:13 +02:00
Features
- Automated Robots.txt (changes values based on environment)
includes examples of
- internal templates for meta data and google analytics
- pagination (internal template)
- with
- HUGO_ENV
- first
- after
- sort
- site LanguageCode
- where
- Content Views
- partials
- template layouts (type "article" uses a special list template, single template, and a content view)
- tags
2017-04-14 18:47:59 +02:00
- len
2017-04-15 04:44:42 +02:00
- conditionals
2017-04-14 18:47:59 +02:00
- ge (greater than or equal to)
2017-04-11 03:27:13 +02:00
2017-04-14 18:53:13 +02:00
This theme uses the "Tachyons" CSS library. This will allow you to manipulate the design of the theme by changing class names in HTML without touching the original CSS files. For more information see the [Tachyons website](http://tachyons.io/).