-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
27 lines (23 loc) · 1.01 KB
/
hugo.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
baseURL = 'https://codefrydev.in/'
languageCode = 'en-us'
title = 'Code Fry Dev'
[Author]
name = "CodeFryDev"
[Params]
description = "CodeFryDev is your ultimate destination for diverse digital content and tools. Enjoy our extensive game collection, innovative productivity apps, and micro applications for quick solutions. Access educational materials, interactive courses, and comprehensive tutorials for all skill levels. Fuel your creativity with design resources and versatile tools for efficient project completion. Visit CodeFryDev today and explore all we have to offer!"
logo = "favicon-32x32.png"
copyright = "codefrydev.in"
[params]
paginate = 10 # Number of posts per page
env = "production"
[assets]
disableHLJS = true
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