-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
140 lines (124 loc) · 4.56 KB
/
Copy pathhugo.toml
File metadata and controls
140 lines (124 loc) · 4.56 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
baseURL = 'https://codefrydev.in/'
locale = 'en-US'
defaultContentLanguage = 'en'
defaultContentLanguageInSubdir = false
title = 'CodeFryDev'
enableMissingTranslationPlaceholders = false
# No tagged content; skip /tags/ and /categories/ list pages
disableKinds = ["taxonomy", "term"]
[mediaTypes]
[mediaTypes."text/plain"]
suffixes = ["txt"]
[outputFormats]
[outputFormats.LLMS]
mediaType = "text/plain"
baseName = "llms"
isPlainText = true
notAlternative = true
[outputFormats.LLMSFULL]
mediaType = "text/plain"
baseName = "llms-full"
isPlainText = true
notAlternative = true
[outputs]
home = ["HTML", "RSS", "ROBOTS", "LLMS", "LLMSFULL"]
[Author]
name = "CodeFryDev"
[params]
description = "This is a platform where we learn, work on experimental projects, play games, come up with innovative ideas, and build many more..."
footer_tagline = "This is a platform where we learn, work on experimental projects, play games, come up with innovative ideas, and build many more..."
logo = "favicon-32x32.png"
copyright = "codefrydev.in"
paginate = 10
env = "production"
google_analytics_id = "G-VM01Q3R43D"
microsoft_clarity_id = "mxr4hxioh4"
tawk_property_id = "65e349c48d261e1b5f67a15f"
tawk_widget_id = "1hnvtgaht"
# Add static/images/og-default.png (1200×630) for better social sharing; omit or leave empty to use logo
default_og_image = "images/og-default.jpg"
[params.social]
twitter = "codefrydev"
[assets]
favicon = "favicon.ico"
favicon16x16 = "favicon-16x16.png"
favicon32x32 = "favicon-32x32.png"
apple_touch_icon = "apple-touch-icon.png"
safari_pinned_tab = "safari-pinned-tab.svg"
[label]
text = "CodeFryDev"
icon = "favicon.ico"
iconHeight = 35
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[languages]
[languages.en]
locale = "en-US"
label = "English"
weight = 1
contentDir = "content"
[languages.en.params]
description = "This is a platform where we learn, work on experimental projects, play games, come up with innovative ideas, and build many more..."
footer_tagline = "This is a platform where we learn, work on experimental projects, play games, come up with innovative ideas, and build many more..."
[languages.ja]
locale = "ja-JP"
label = "日本語"
weight = 2
contentDir = "content-ja"
[languages.ja.params]
description = "学び、実験的なプロジェクト、ゲーム、アイデアづくりができるプラットフォーム。ブラウザで無料のツール、ゲーム、AIアプリをお楽しみください。"
footer_tagline = "学び、実験、ゲーム、アイデアづくり——無料のブラウザツールとゲームのプラットフォーム。"
[languages.fr]
locale = "fr-FR"
label = "Français"
weight = 3
contentDir = "content-fr"
[languages.fr.params]
description = "Une plateforme pour apprendre, expérimenter, jouer et innover — outils, jeux et apps IA gratuits dans votre navigateur."
footer_tagline = "Apprendre, expérimenter, jouer et innover — outils et jeux gratuits dans le navigateur."
[languages.hi]
locale = "hi-IN"
label = "हिन्दी"
weight = 4
contentDir = "content-hi"
[languages.hi.params]
description = "सीखने, प्रयोग करने, गेम खेलने और नए विचार बनाने का मंच — ब्राउज़र में मुफ़्त टूल, गेम और AI ऐप।"
footer_tagline = "सीखें, प्रयोग करें, खेलें और बनाएं — ब्राउज़र में मुफ़्त टूल और गेम।"
[module]
[[module.mounts]]
source = "content"
target = "content"
[module.mounts.sites.matrix]
languages = ["en"]
[[module.mounts]]
source = "content-ja"
target = "content"
[module.mounts.sites.matrix]
languages = ["ja"]
[[module.mounts]]
source = "content-fr"
target = "content"
[module.mounts.sites.matrix]
languages = ["fr"]
[[module.mounts]]
source = "content-hi"
target = "content"
[module.mounts.sites.matrix]
languages = ["hi"]
[[module.mounts]]
source = "data"
target = "data"
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "static"
target = "assets"