Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

readme.md 968B

před 7 roky
před 7 roky
před 7 roky
před 7 roky
123456789101112131415161718192021222324252627282930313233
  1. HUGO Default theme readme
  2. ### [wip] A Base theme for [Hugo](http://gohugo.io/), a framework for building websites.
  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. - Automated Robots.txt (changes values based on environment)
  6. includes examples of
  7. - internal templates for meta data and google analytics
  8. - pagination (internal template)
  9. - with
  10. - HUGO_ENV
  11. - first
  12. - after
  13. - sort
  14. - site LanguageCode
  15. - where
  16. - Content Views
  17. - partials
  18. - template layouts (type "article" uses a special list template, single template, and a content view)
  19. - tags
  20. - len
  21. - conditionals
  22. - ge (greater than or equal to)
  23. 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/).