add all required files

This commit is contained in:
janis
2023-11-21 11:04:27 +01:00
parent 5de764e542
commit 64211b6090
8 changed files with 93 additions and 2 deletions

View File

@@ -1,3 +1,48 @@
baseURL = 'https://example.org/'
baseURL = 'https://blog.janishutz.com/'
languageCode = 'en-us'
title = 'My New Hugo Site'
title = 'blog.janishutz.com'
theme = 'DoIt'
# post pagination
paginate = "25"
# post excerpt
summaryLength = "10"
[params]
# DoIt theme version
version = "0.2.X"
[menu]
[[menu.main]]
identifier = "posts"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Posts"
url = "/posts/"
# title will be shown when you hover on this menu link
title = ""
weight = 1
[[menu.main]]
identifier = "tags"
pre = ""
post = ""
name = "Tags"
url = "/tags/"
title = ""
weight = 2
[[menu.main]]
identifier = "categories"
pre = ""
post = ""
name = "Categories"
url = "/categories/"
title = ""
weight = 3
# Markup related configuration in Hugo
[markup]
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false