Go to file
2016-11-08 11:27:38 -05:00
archetypes Initial commit 2016-11-02 23:10:49 -04:00
layouts Add custom header and footer partial support 2016-11-08 11:27:38 -05:00
modules Initial commit 2016-11-02 23:10:49 -04:00
scss Set social image sizes in img property 2016-11-03 15:59:13 -04:00
static Set social image sizes in img property 2016-11-03 15:59:13 -04:00
.gitignore Initial commit 2016-11-02 23:10:49 -04:00
.gitmodules Initial commit 2016-11-02 23:10:49 -04:00
build.sh Update build.sh to have clean option 2016-11-03 10:06:40 -04:00
LICENSE Initial commit 2016-11-02 23:04:12 -04:00
README.md Add custom header and footer partial support 2016-11-08 11:27:38 -05:00
theme.toml Initial commit 2016-11-02 23:10:49 -04:00

light-hugo

This a responsive hugo theme using normalize.css (sass). It is material in nature and very bare boned. No javascript is used. Just straight up HTML and CSS.

Page support

There is support for the following types...

  • Posts
  • Pages

The posts will be treated as blogs and pages will be treated with a similar fashion. There is a GitHub css theme used for the markdown generated for posts and pages from markdown styles.

Config

The following config options are available for displaying custom content...

title = "Tony Blyler"

[Params]
description = "Programmer, deal with it"
logo = "/images/logo.png"
email = "tblyler@example.com"
github = "tblyler"
facebook = "example"
twitter = "tonyblyler"
linkedin = "tblyler"

You can also append your own <head> and footer elements (just before the </body>). Do so by creating layouts/partials/foot.html and layouts/partials/head.html files in your hugo directory before compilation.