-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
48 lines (39 loc) · 1.18 KB
/
hugo.toml
File metadata and controls
48 lines (39 loc) · 1.18 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
baseURL = 'https://codefrydev.in/'
languageCode = 'en-US'
defaultContentLanguage = 'en'
title = 'CodeFryDev'
[outputs]
home = ["HTML", "RSS"]
[Author]
name = "CodeFryDev"
[params]
description = "Free online tools, games, and AI apps—no signup required. CodeFryDev offers web-based utilities, design resources, and productivity apps for everyone."
logo = "favicon-32x32.png"
copyright = "codefrydev.in"
paginate = 10
env = "production"
google_analytics_id = "G-VM01Q3R43D"
# 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.png"
[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]
languageCode = "en-US"
languageName = "English"
weight = 1
contentDir = "content"