-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
103 lines (83 loc) · 2.64 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
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
baseurl = "https://cha-cu.it"
metaDataFormat = "yaml"
title = "Cha-Cuit"
theme = ["blist", "hugo-snap-gallery"]
[menu]
[[menu.main]]
name = "Recettes"
url = "/recettes"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 2
[[menu.main]]
name = "Chadiverse"
url = "/chadiverse"
weight = 3
[[menu.main]]
name = "À propos"
url = "/about"
weight = 4
[params]
# Enable the darkmode toggle in header
darkModeToggle = true
# Enable search in header
enableSearch = true
# Option to customize the search parameters of a page
# Below are the supported options; Note that including entire content
# may slowdown the loading of search results
# Title of page is included by default
searchKeys = [
"tags",
"date",
"categories",
"summary",
"content",
"link",
"author"
]
# Custom copyright - optional
copyright = "Copyright © 2022-2023 - <a href=\"https://enconn.fr\">AmarOk</a> - Special thanks to Blist Hugo Theme"
favicon = "/favicon.svg"
logo = "/logo.png"
# Color for the intro details and social links block, not applicable for dark mode
# Supported values: Any color from TailwindCSS default colors
# Reference: https://tailwindcss.com/docs/customizing-colors
ascentColor = "bg-blue-100"
# The page bundle that is shown on the front page
frontBundle = "recettes"
# Used to hide the post metadata such as posted date, reading time and word count
# Can be used at site level or page level
hideMeta = false
# To hide "Other languages" option if the post is available in multiple languages
# Can be used at site level or page level
hideOtherLanguages = false
# Details
introTitle = "Des recettes cha-tisfaisantes !"
introSubtitle = "Cha-cuit! est un petit site de partage de recettes en tout genre. Les recettes sont en grande partie réalisées avec l'aide de Kælinn."
introPhoto = "/logo.png"
[params.homepage.social]
# Global params common for both languages
title = "Suivez-nous !"
description = "En plus de pouvoir suivre @[email protected] sur le Fediverse :"
[[params.homepage.social.icons]]
website = "github"
url = "https://github.com/AmarOk1412/Cha-Cuit"
[[params.homepage.social.icons]]
website = "mastodon"
url = "https://mastodon.social/@amarok"
[[params.homepage.social.icons]]
website = "buymeacoffee"
url = "https://www.buymeacoffee.com/KaelinnChacuit"
[build]
writeStats = true
[outputs]
home = ["HTML", "RSS", "JSON"]
# syntax highlight settings
[markup]
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
# Enable to include inline HTML
unsafe = true