12 lines
305 B
TOML
12 lines
305 B
TOML
baseURL = 'https://st.pages.except.one/'
|
|
languageCode = 'en-us'
|
|
title = 'My New Hugo Site'
|
|
theme = 'kaslaanka'
|
|
|
|
[params]
|
|
sitename = "Kaslaanka Theme"
|
|
copyrights = "John Doe"
|
|
defaultList = "global"
|
|
paginationLen = 3
|
|
projectsURL = "https://example.com"
|
|
brief_about = "<center>Kaslaanka theme demo</center>"
|