12 lines
230 B
YAML
12 lines
230 B
YAML
---
|
|
contentdir: "content"
|
|
layoutdir: "layouts"
|
|
publishdir: "public"
|
|
indexes:
|
|
category: "categories"
|
|
baseurl: "http://axil.gitlab.io/pages-hugo"
|
|
title: "Hugo Blog Template for GitHub Pages"
|
|
canonifyurls: true
|
|
theme: "Lanyon"
|
|
...
|