-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
54 lines (50 loc) · 1.16 KB
/
hugo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
languageCode = "en-us"
baseUrl = "https://codingjenka.github.io/blog/"
title = "a tech.stuff blog"
theme = "hugo-coder"
paginate = 30
disqusShortname = "jenka"
#contentDir = "content"
#defaultExtension= "html"
publishDir = "docs"
googleAnalytics = "G-7QHVTGBQ8W"
tags = [
"apis",
"architecture",
"grpc",
"architecture",
"software architect", "architecture pattern",
]
[menu]
[[menu.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menu.main]]
name = 'Posts'
pageRef = 'posts/'
weight = 20
[[menu.main]]
name = 'About'
pageRef = 'about/'
weight = 30
[Params]
# avatarURL = "images/me.jpeg"
# favicon_16 = "images/me.jpeg"
enableEmoji = true
since = 2023
author = "Jenka"
description ="Coding girl with a strong passion for softwareT architecture and coding general"
dateFormat = "2006-01-02"
paginationSinglePost = true
include_toc = true
show_comments = false
# style: auto
# mainSections = [ "posts" ]
readMore = true # show read more button
readNextPosts = 5 # show 5 related posts, 0 by default
disableSummary = true
toc = true # display Table of Contents
rssAsSocialIcon = true
favorite = true
colorScheme = "auto"