Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 7 Jahren
vor 7 Jahren
vor 7 Jahren
vor 7 Jahren
vor 7 Jahren
vor 7 Jahren
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ### Ananke, A theme for [Hugo](http://gohugo.io/), a framework for building websites.
  2. ![screenshot](/images/screenshot.png)
  3. [DEMO](https://gohugo-ananke-theme-demo.netlify.com/)
  4. 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.
  5. Features
  6. - Responsive
  7. - Accessible
  8. Includes examples of
  9. - Custom Robots.txt (changes values based on environment)
  10. - Internal templates for meta data and google analytics
  11. - Pagination (internal template)
  12. - Archetypes
  13. - Custom shortcode
  14. - Hugo built-in menu
  15. - `with`
  16. - `HUGO_ENV`
  17. - `first`
  18. - `after`
  19. - `sort`
  20. - Site LanguageCode
  21. - `where`
  22. - Content Views
  23. - Partials
  24. - Template layouts (type "post" uses a special list template, single template, and a content view)
  25. - Tags
  26. - `len`
  27. - Conditionals
  28. - `ge` (greater than or equal to)
  29. 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/).
  30. TODO:
  31. - ADD INSTRUCTIONS
  32. - fix hard-coded link to section https://github.com/budparr/gohugo-default-theme/blob/master/layouts/index.html#L32
  33. - move SRC files to separate branch