Add new blog post
This commit is contained in:
17
hugo.toml
17
hugo.toml
@@ -2,11 +2,12 @@ baseURL = 'https://blog.janishutz.com/'
|
||||
languageCode = 'en-us'
|
||||
title = 'blog.janishutz.com'
|
||||
theme = 'DoIt'
|
||||
# post pagination
|
||||
paginate = "25"
|
||||
# post excerpt
|
||||
summaryLength = "10"
|
||||
|
||||
[pagination]
|
||||
pagerSize = "25"
|
||||
|
||||
[params]
|
||||
# DoIt theme version
|
||||
version = "0.2.X"
|
||||
@@ -59,13 +60,11 @@ summaryLength = "10"
|
||||
[params.page.related]
|
||||
enable = true
|
||||
count = 5
|
||||
|
||||
|
||||
[author]
|
||||
name = 'Janis Hutz'
|
||||
email = 'development@janishutz.com'
|
||||
link = 'https://janishutz.com'
|
||||
avatar = '/images/avatar.png'
|
||||
[params.author]
|
||||
name = 'Janis Hutz'
|
||||
email = 'development@janishutz.com'
|
||||
link = 'https://janishutz.com'
|
||||
avatar = '/images/avatar.png'
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
|
Reference in New Issue
Block a user