hugo-site/config.yaml
2016-01-25 09:46:25 +07:00

12 lines
240 B
YAML

---
contentdir: "content"
layoutdir: "layouts"
publishdir: "public"
indexes:
category: "categories"
baseurl: "http://spencerlyon2.github.io/hugo_gh_blog"
title: "Hugo Blog Template for GitHub Pages"
canonifyurls: true
theme: "Lanyon"
...