-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
65 lines (57 loc) · 1.63 KB
/
config.yaml
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
65
baseURL: https://joonas.fi/
languageCode: en-us
title: joonas.fi
theme: cactus
permalinks:
posts: /:year/:month/:title/
params:
author: Joonas
gravatar: [email protected]
description: "Let’s get to work ᕕ( ᐛ )ᕗ"
rss: true
tagsOverview: true
showallpostsonhomepage: true
css:
- "css/custom.css"
social:
- name: twitter
link: https://twitter.com/joonas_fi
- name: github
link: https://github.com/function61/
- name: stack-overflow
link: https://stackoverflow.com/users/2176740/joonas-fi
- name: linkedin
link: https://www.linkedin.com/in/joonas-fi/
- name: rss
link: /feed.xml
googleAnalyticsAsync: true
googleAnalytics: 'UA-24122659-1'
DisqusShortname: 'joonas-fi'
menu:
main:
- name: Home
url: /
weight: 1
- name: Today I Learned
url: /today-i-learned/
weight: 2
- name: About
url: /about/
weight: 3
- name: Contact
url: /contact/
weight: 4
markup:
highlight:
# rainbow_dash is ok (though colors all over the place)
# lovelace is otherwise good but I can't differentiate function call and string colors
# pastie is ok but has ugly strings
# abap and vs are good but do not differentiate identifiers and function calls
style: rainbow_dash # https://github.com/alecthomas/chroma/tree/master/styles
paginate: 25 # ballpark: try to show 3 different years
# we could disable nonsensical top-level RSS feed here, but then it doesn't show up in the HTML
# rename default index.xml to feed.xml (=> backwards compat w/ Jekyll)
outputFormats:
RSS:
mediatype: "application/rss"
baseName: "feed"