gohugo-theme-ananke/README.md

46 lines
1.3 KiB
Markdown
Raw Normal View History

### Ananke, A theme for [Hugo](http://gohugo.io/), a framework for building websites.
2017-04-15 04:44:42 +02:00
2017-04-16 02:08:50 +02:00
The intent of this theme is to provide a solid starting place for Hugo sites with basic features and include best practices for performance, accessibility, and rapid development.
2017-04-15 15:23:06 +02:00
![screenshot](/images/screenshot.png)
2017-04-15 14:59:20 +02:00
2017-04-15 18:24:39 +02:00
[DEMO](https://gohugo-ananke-theme-demo.netlify.com/)
2017-04-11 03:27:13 +02:00
Features
2017-04-15 15:57:40 +02:00
2017-04-15 05:08:11 +02:00
- Responsive
- Accessible
Includes examples of
2017-04-15 15:57:40 +02:00
2017-04-15 05:08:11 +02:00
- Custom Robots.txt (changes values based on environment)
- Internal templates for meta data and google analytics
- Pagination (internal template)
- Archetypes
- Custom shortcode
- Hugo built-in menu
- `with`
- `HUGO_ENV`
- `first`
- `after`
- `sort`
- Site LanguageCode
- `where`
2017-04-11 03:27:13 +02:00
- Content Views
2017-04-15 05:08:11 +02:00
- Partials
- Template layouts (type "post" uses a special list template, single template, and a content view)
2017-04-15 05:08:11 +02:00
- Tags
- `len`
- Conditionals
- `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/).
2017-04-15 15:03:13 +02:00
TODO:
2017-04-15 15:57:40 +02:00
2017-04-15 15:03:13 +02:00
- ADD INSTRUCTIONS
2017-04-15 15:06:30 +02:00
- fix hard-coded link to section https://github.com/budparr/gohugo-default-theme/blob/master/layouts/index.html#L32
2017-04-15 15:26:03 +02:00
- move SRC files to separate branch