-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
75 lines (69 loc) · 1.85 KB
/
config.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
baseURL = "https://f3.al/"
languageCode = "en-us"
title = "f3.al"
theme = "terminal"
Copyright='Crafted with code and pixels<br> <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0<svg xmlns="http://www.w3.org/2000/svg" style="position: relative; top: -2px; margin-left: 3px;" height="13" width="13" viewBox="0 0 48 48" fill="#78E2A0"><path d="m12.4 35.7-2.1-2.1L30.9 13H12v-3h24v24h-3V15.1Z"/></svg></a>'
enableGitInfo = true
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
noClasses = false
noHl = false
tabWidth = 4
[author]
name = "Fayçal Mitidji"
email = "[email protected]"
[minify.tdewolff.html]
keepComments = true
[params]
# ["orange", "blue", "red", "green", "pink"]
repo = "d3vr/f3.al"
themeColor = "green"
subtitle = "The personal website and blog of Fayçal Mitidji, freelance programmer and web developer."
keywords = "programming, linux, web development, tech, scripting"
centerTheme = true
readingTime = true
oneHeadingSize = false
Toc = false
TocTitle = "On This Page"
updatedDatePrefix = "Updated"
owner = "Fayçal Mitidji"
showLastUpdated = true
readMore = "Continue reading"
[params.twitter]
creator = "@imd3vr"
[params.logo]
logoText = "f3.al"
logoHomeLink = "/"
[menu]
[[menu.main]]
identifier = "home"
name = "/home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "~/about"
url = "/about/"
weight = 2
[[menu.main]]
identifier = "projects"
name = "~/projects"
url = "/projects/"
weight = 3
[[menu.main]]
identifier = "posts"
name = "~/posts"
url = "/archive/"
weight = 4
[[menu.main]]
identifier = "now"
name = "~/now"
url = "/now/"
weight = 5
[[menu.main]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
weight = 6