-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdarkness.toml
84 lines (68 loc) · 1.88 KB
/
darkness.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
76
77
78
79
80
81
82
83
84
title = "Sandy’s Website ⛩️"
url = "https://sandyuraz.com"
[website]
locale = "en_GB"
color = "#fbebef"
twitter = "@sandyuraz"
styles = ["css/darkness.css"]
tombs = ["blogs", "anime", "arts", "books"]
preview = "preview.jpg"
description_length = 137
roman_footnotes = true
footnote_brackets = false
clickable_images = false
syntax_highlighting = true
syntax_highlighting_languages = "scripts/highlight/languages"
syntax_highlighting_theme = "scripts/highlight/styles/sandy.min.css"
extra_head = [
# '<script async defer data-website-id="fb8e3bc0-187d-4fc7-9d22-d069c4a7f7d4" src="https://umami.sandyuraz.com/umami.js"></script>',
# '<script async defer src="/scripts/snowstorm-min.js"></script>'
]
robots_meta = "noindex, nofollow"
[project]
input = ".org"
output = ".html"
exclude = ["present", "scripts", ".saves", ".log"]
vendor_directory = "darkness-stuff/vendored"
preview_directory = "darkness-stuff/previews"
[author]
image = "najimi.webp"
name = "sandy"
name_enable = false
email = "darkness [at] sandyuraz [dot] com"
email_enable = true
[rss]
enable = true
language = "en-us"
description = ""
copyright = "Copyright 2023, Sandy Urazayev"
managing_editor = "[email protected] (Sandy Urazayev)"
default_author = "Sandy Urazayev"
web_master = "[email protected] (Sandy Urazayev)"
category = "Blog"
timezone = "America/Chicago"
default_hour = 18
[external]
search_engines = ["bing.com"] #, "naver.com", "Seznam.cz", "yandex.ru", "yep.com"] # none of these work for some reason
[navigation]
[navigation.1]
link = "/dossier"
title = "Dossier 🖋"
[navigation.2]
link = "/books"
title = "Bookshelf 🔖"
[navigation.3]
link = "/fortunes"
title = "Fortunes 🧧"
[navigation.4]
link = "/fortunes/kk"
title = "K.K.’s Fortunes 🦋"
[navigation.5]
link = "../"
title = "Go Up ☝️"
hide = "/"
hide_if = "/"
[navigation.6]
link = "/"
title = "Home 🏠"
hide = "/"