-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
124 lines (108 loc) · 3.63 KB
/
config.toml
File metadata and controls
124 lines (108 loc) · 3.63 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
baseURL = "https://dave.dev/"
languageCode = "en-us"
title = "Dave.dev | Personal site of David Gee. Previously ipengineer.net"
theme = "navigator-hugo"
summaryLength = 10
# Build robots.txt file
enableRobotsTXT = true
# google analytics tracking id
googleAnalytics = "G-MN4BXYH390"
enableGitInfo = false
# pygmentsCodefences = true
# pygmentsCodefencesGuessSyntax = true
# pygmentsStyle = "monokai"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[markup.highlight]
codeFences = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
endLevel = 6
startLevel = 2
[taxonomies]
tag = "tags"
category = "categories"
# Multilangues setup
# Renders the default content language in subdir, e.g. /en/. The root directory / will redirect to /en/
defaultContentLanguageInSubdir = true
DefaultContentLanguage = "en"
[languages]
#############- Site en ENGLISH
[languages.en]
weight = 2
title = "Welcome to dave.dev"
[languages.en.params]
logo = "images/logo2.png"
dateFormat = "January 2, 2006"
menufixed = false
footerDescription = "mailto:me@dave.dev"
footerServiceTitle = "Social Links"
footerAboutTitle = "Email Me"
copyright = "© David Gee and dave.dev, 2024."
[languages.en.params.banner]
placeholder = "Enter Search Terms"
# Hero Area Section
[languages.en.params.hero]
enable = true
heading = "Welcome to dave.dev"
description1 = "I'm David Gee and this is my personal site."
description2 = "On this site, you can read both new and ported blogs from ipengineer.net and arsonistgopher.com."
description3 = "Expect systems engineering, control systems, network engineering, network functions (NFC/SFC), software defined and service oriented networking and software development in Python, Go and Rust."
videoThumb = "images/slider/video-player-thumb.jpg"
videoURL = "https://www.youtube.com/embed/wrvBumvi5_Y"
# Blog Section On Homepage
[languages.en.params.blog]
enable = true
title = "Content"
subtitle= "Latest posts & podcasts from built.fm, dave.dev & historic content from ipengineer.net & arsonistgopher.com"
# Contact Section
[languages.en.params.contact]
enable = false
twitter = "https://twitter.com/davedotdev"
linkedin= "https://www.linkedin.com/in/davedotdev/"
github1= "https://github.com/davidjohngee"
github2= "https://github.com/arsonistgopher"
github3= "https://github.com/davedotdev"
dockerhub = "https://hub.docker.com/u/davedotdev"
# We Used Themefisher Icon font for Icon, for more details check this github repository - https://github.com/themefisher/themefisher-font
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "aboutme"
url = "aboutme"
weight = 3
[[menu.nav]]
name = "graphops"
url = "graphops"
weight = 4
[[menu.nav]]
name = "home"
url = ""
weight = 1
[[menu.nav]]
name = "builtfm"
url = "builtfm"
weight = 2