9 lines
177 B
TOML
9 lines
177 B
TOML
|
baseURL = 'http://jtom38.github.io/cookbook'
|
||
|
languageCode = 'en-us'
|
||
|
title = 'My New Hugo Site'
|
||
|
theme = "hugo-theme-learn"
|
||
|
|
||
|
[taxonomies]
|
||
|
category = 'categories'
|
||
|
tag = 'tags'
|