Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
7 роки тому
1234567891011121314151617181920212223242526272829303132333435
  1. ### A Base theme for [Hugo](http://gohugo.io/), a framework for building websites.
  2. [DEMO](http://gohugo-default-theme.surge.sh/)
  3. 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.
  4. Features
  5. - Responsive
  6. - Accessible
  7. Includes examples of
  8. - Custom Robots.txt (changes values based on environment)
  9. - Internal templates for meta data and google analytics
  10. - Pagination (internal template)
  11. - Archetypes
  12. - Custom shortcode
  13. - Hugo built-in menu
  14. - `with`
  15. - `HUGO_ENV`
  16. - `first`
  17. - `after`
  18. - `sort`
  19. - Site LanguageCode
  20. - `where`
  21. - Content Views
  22. - Partials
  23. - Template layouts (type "article" uses a special list template, single template, and a content view)
  24. - Tags
  25. - `len`
  26. - Conditionals
  27. - `ge` (greater than or equal to)
  28. 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/).