-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
97 lines (82 loc) · 1.87 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
baseURL = "https://www.grid47.xyz/"
languageCode = "en-us"
title = "grid47"
theme = "local-theme"
copyright = "www.grid47.com - All rights reserved"
enableEmoji = true
publishDir = "public"
disqusShortname = "grid47"
googleAnalytics = "G-1LN7R4LHR1"
#summaryLength=1
[params]
logo = "/images/logo.png"
description ="Blog by grid47"
#mailchimp = "you can provide a mailchimp-link here"
customcss = ["/css/leetcode.css"]
[params.author]
name = "grid47"
thumbnail = "/images/logo.png"
description = "Exploring patterns and algorithms"
[params.index]
picture = "/images/avatar.jpeg"
title = "Mohammed Yasir Eramangadan"
subtitle = "Engineer & Programmer"
mdtext = '''
Hey there! Thanks for stopping by. 😊 Check out my Algorithms course in the course section to get started! 🚀
'''
alertbar = false
[params.social]
github = "grid47"
linkedin = "grid47"
udemy = "grid47"
youtube = "grid47"
leetcode = "grid47"
## Main Menu
[[menu.main]]
name = "About"
identifier = "about"
weight = 1
url = "/about/"
[[menu.main]]
name = "LeetCode"
identifier = "leetcode"
weight = 2
url = "/leetcode/"
[[menu.main]]
name = "Course"
identifier = "course"
weight = 3
url = "/courses/"
[[menu.main]]
name = "Terms & Policy"
identifier = "terms"
weight = 4
url = "/terms/"
[[menu.main]]
name = "Contact"
identifier = "contact"
weight = 5
url = "/contact/"
[markup.highlight]
noClasses = true
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noHl = false
style = 'emacs'
tabWidth = 4
[params.copyTexts]
coupen = "ALGO25"
[build]
layoutsDir = "layouts"
[permalinks]
lists = "/lists/:slug/"
#[module]
#[[module.imports]]
# path = 'github.com/lgaida/mediumish-gohugo-theme'