blob: 98fc9da37fca504d5d9d1ed23d689855ac8c405a (
plain)
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
|
theme = 'soho'
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'where extinct potatos go to retire'
[params]
author = "Adam Olech"
profilePicture = "images/me.jpg"
customCss = ["css/custom.css"]
disable_share = true
[[params.socialIcons]]
icon = "fa-linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/adam-olech-423266161/"
[[params.socialIcons]]
icon = "fa-github"
title = "GitHub"
url = "https://github.com/extinctpotato"
[menu]
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
identifier = "about"
weight = 300
url = "/about/"
|