forked from russellrosario/JavaScripter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
37 lines (36 loc) · 895 Bytes
/
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
baseURL = ""
languageCode = "en-us"
title = "JavaScripter"
theme = "kube"
description = "A compilation of notes during my journey from novice to full stack JavaScript developer by Russell Rosario."
Paginate = 4
[Params]
RSSLink = "/index.xml"
author = "Russell Rosario" # add your company name
github = "rosariorussell" # add your github profile name
twitter = "russellrosario" # add your twitter profile
email = "[email protected]"
[[menu.main]]
name = "Basics"
weight = 100
url = "/basics/"
[[menu.main]]
name = "Languages"
weight = 200
url = "/Languages/"
[[menu.main]]
name = "Frontend"
weight = 300
url = "/Frontend/"
[[menu.main]]
name = "Backend"
weight = 400
url = "/Backend/"
[[menu.main]]
name = "DevOps"
weight = 500
url = "/DevOps/"
[[menu.main]]
name = "Latest"
weight = 600
url = "/Latest/"