-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (49 loc) · 1.23 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
baseURL = "https://rafal.hollins.io/"
languageCode = "en-us"
title = "Rafal Hollins"
theme = "m10c"
[taxonomies]
tag = "tags"
[params]
author = "Rafal Hollins"
description = "#DevOps #Azure #Kubernetes #DataEngineering #Golang #CloudArchitecture"
menu_item_separator = " - "
[[params.social]]
icon = "github"
name = "GitHub"
url = "https://github.com/rhollins"
[[params.social]]
icon = "twitter"
name = "Twitter"
url = "https://twitter.com/RafalHollins"
[[params.social]]
icon = "linkedin"
name = "linkedin"
url = "https://www.linkedin.com/in/rafalhollins/"
# Default theme
[params.style]
darkestColor = "#252422"
darkColor = "#403d39"
lightColor = "#ccc5b9"
lightestColor = "#fffcf2"
primaryColor = "#eb5e28"
# primaryColor = "#57cc8a"
#
# Green theme
#[params.style]
# darkestColor = "#315659"
# darkColor = "#253031"
# lightColor = "#96a879"
# lightestColor = "#fff"
# primaryColor = "#dad865"
# Red theme
#[params.style]
# darkestColor = "#d35050"
# darkColor = "#212121"
# lightColor = "#d6d6d6"
# lightestColor = "#d3d3d3"
# primaryColor = "#ffffff"
# [[menu.main]]
# identifier = "tags"
# name = "Tags"
# url = "/tags/"