-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
111 lines (102 loc) · 2.68 KB
/
Copy pathconfig.yaml
File metadata and controls
111 lines (102 loc) · 2.68 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
baseURL: "https://codefrydev.in/Updates/"
languageCode: en-US
title: Code Fry Dev
theme: PaperMod
enableRobotsTXT: true
googleAnalytics: G-VM01Q3R43D
menu:
main:
- identifier: home
name: Home
url: /
weight: 10
- identifier: blog
name: NET
url: /blog/
weight: 12
- identifier: search
name: Search
url: /search/
weight: 50
- identifier: tags
name: Tag
url: /tags/
weight: 60
- identifier: archives
name: ARC
url: /archives/
weight: 61
params:
math: true
mainSections: ["blog", "games", "application"]
images: ["android-chrome-512x512.png"]
keywords: ["Blog", "CFD", "NET", "Tutorials", "Design", "Games"]
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!"
author: "CodeFryDev"
defaultTheme: auto
comments: true
disqusShortname: codefrydev
ShowToc: true
TocOpen: false
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
hideMeta: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
hideSummary: false
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: "CFD Post"
icon: "favicon.ico"
iconHeight: 35
cover:
hiddenInList: false
hiddenInSingle: false
socialIcons:
- name: "email"
url: "mailto:codefrydev@gmail.com"
- name: "linkedin"
url: "https://www.linkedin.com/in/codefrydev"
- name: "github"
url: "https://github.com/codefrydev"
- name: "youtube"
url: "https://www.youtube.com/c/codefrydev"
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
outputs:
home:
- HTML
- RSS
- JSON
markup:
goldmark:
renderer:
unsafe: true
extensions:
math: true
highlight:
codeFences: true
guessSyntax: true
lineNos: true
lineNumbersInTable: true
noClasses: false
style: catppuccin-macchiato
minify:
disableXML: true
minifyOutput: true