You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bud Parr 480ea34d22
improve conditional
hace 7 años
archetypes first commit hace 7 años
exampleSite add exampleSite content hace 7 años
images add images to the readme hace 7 años
layouts improve conditional hace 7 años
src wip clean up and annotations hace 7 años
static/dist wip clean up and annotations hace 7 años
.gitignore clean up css hace 7 años
LICENSE.md first commit hace 7 años
package.json first commit hace 7 años
readme.md fix issues with featured image hace 7 años
theme.toml add some theme reqs hace 7 años

readme.md

A Base theme for Hugo, a framework for building websites.

![/images/screenshot.jpg]

DEMO

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.

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.)

Features

  • Responsive
  • Accessible

Includes examples of

  • Custom Robots.txt (changes values based on environment)
  • Internal templates for meta data and google analytics
  • Pagination (internal template)
  • Archetypes
  • Custom shortcode
  • Hugo built-in menu
  • with
  • HUGO_ENV
  • first
  • after
  • sort
  • Site LanguageCode
  • where
  • Content Views
  • Partials
  • Template layouts (type “article” uses a special list template, single template, and a content view)
  • Tags
  • len
  • Conditionals
  • ge (greater than or equal to)

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.

TODO:

  • ADD INSTRUCTIONS