Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

7 anos atrás
7 anos atrás
7 anos atrás
1234567891011121314151617181920212223242526272829
  1. ### [wip] A Base theme for [Hugo](http://gohugo.io/), a framework for building websites.
  2. A base theme for Hugo sites. Though it looks like a theme, the intent is to provide a solid starting place for Hugo sites and include best practices for performance, A11y, and rapid development.
  3. Features
  4. - Automated Robots.txt (changes values based on environment)
  5. includes examples of
  6. - internal templates for meta data and google analytics
  7. - pagination (internal template)
  8. - with
  9. - HUGO_ENV
  10. - first
  11. - after
  12. - sort
  13. - site LanguageCode
  14. - where
  15. - Content Views
  16. - partials
  17. - template layouts (type "article" uses a special list template, single template, and a content view)
  18. - tags
  19. - len
  20. - ge (greater than or equal to)
  21. 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/).