-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
39 lines (36 loc) · 894 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
38
39
baseURL = "https://tech.murchu.me"
title = "@damien"
themesDir = "themes"
theme = "m10c"
paginate = 6
[menu]
[[menu.main]]
identifier = "categories"
name = "#categories"
url = "/categories/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "#tags"
url = "/tags/"
weight = 2
[params]
author = "Damien Murphy"
avatar = "img/profile-2.jpg"
description = "Thoughts and technical content from a diverse software engineer."
menu_item_separator = " "
[[params.social]]
icon = "github"
name = "Github"
url = "https://github.com/damienomurchu"
[[params.social]]
icon = "linkedin"
name = "LinkedIn"
url = "https://www.linkedin.com/in/damienomurchu/"
# Default theme
[params.style]
darkestColor = "#242930"
darkColor = "#353b43"
lightColor = "#afbac4"
lightestColor = "#ffffff"
primaryColor = "#57cc8a"