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
vor 7 Jahren
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ### A Base theme for [Hugo](http://gohugo.io/), a framework for building websites.
  2. ![screenshot](/images/screenshot.png)
  3. [DEMO](http://gohugo-theme-example.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. The demo sites contains a section called "Unit Tests," which are a work in progress, but eventually will allow theme developers to test against various edge cases that a theme's users might publish. (so, note, not all the tests are valid or appropriate here, they're present to start working on.)
  6. Features
  7. - Responsive
  8. - Accessible
  9. Includes examples of
  10. - Custom Robots.txt (changes values based on environment)
  11. - Internal templates for meta data and google analytics
  12. - Pagination (internal template)
  13. - Archetypes
  14. - Custom shortcode
  15. - Hugo built-in menu
  16. - `with`
  17. - `HUGO_ENV`
  18. - `first`
  19. - `after`
  20. - `sort`
  21. - Site LanguageCode
  22. - `where`
  23. - Content Views
  24. - Partials
  25. - Template layouts (type "article" uses a special list template, single template, and a content view)
  26. - Tags
  27. - `len`
  28. - Conditionals
  29. - `ge` (greater than or equal to)
  30. 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/).
  31. TODO:
  32. - ADD INSTRUCTIONS
  33. - fix hard-coded link to section https://github.com/budparr/gohugo-default-theme/blob/master/layouts/index.html#L32
  34. - move SRC files to separate branch