-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·64 lines (58 loc) · 1.29 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
baseURL = "https://newtolinux.innovateiqtech.net"
title = "New To Linux"
theme = "m10c"
paginate = 8
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/blog/"
weight = 2
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 4
[[menu.main]]
identifier = "news"
name = "News"
url = "/news/"
weight = 3
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 5
[params]
author = "Rob Alicea"
avatar = "img/logo.svg"
description = "How linux can change your life"
menu_item_separator = " - "
favicon = "img/logo.svg"
[[params.social]]
icon = "github"
name = "Github"
url = "https://github.com/newtolinux23"
#[[params.social]]
# icon = "twitter"
# name = "Twitter"
# url = "https://twitter.com/gohugoio"
# Default theme
[params.style]
darkestColor = "#353b43"
darkColor = "#242930"
lightColor = "#ffffff"
lightestColor = "#9ad5ff"
primaryColor = "#fff582"
# Green theme
#[params.style]
# darkestColor = "#315659"
# darkColor = "#253031"
# lightColor = "#96a879"
# lightestColor = "#fff"
# primaryColor = "#dad865"