-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
59 lines (49 loc) · 1.15 KB
/
config.yml
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
title: 'Itsallcode Blog'
baseURL: 'http://blog.itsallcode.org/'
languageCode: 'en-us'
defaultContentLanguage: 'en'
pygmentsCodeFences: true
theme: 'anubis2'
paginate: 5
author:
name: 'Itsallcode.org authors'
params:
description: 'Home of the everything-is-code enthusiasts'
colorTheme: 'auto'
colorThemeSwitcher: 'true'
paginationSinglePost: true
toc: true
readMore: true
GoogleAnalytics:
enabled: false
social:
- id: 'github'
url: 'https://github.com/itsallcode'
- id: youtube
url: 'https://www.youtube.com/@itsallcode-org'
mainSections: ['posts']
menu:
main:
- identifier: 'home'
name: 'Home'
url: '/'
weight: 1
- identifier: 'oft'
name: 'OpenFastTrace'
url: 'https://github.com/itsallcode/openfasttrace'
weight: 10
- identifier: 'wr'
name: 'White Rabbit'
url: 'https://github.com/itsallcode/white-rabbit'
weight: 20
- identifier: 'tags'
name: 'Tags'
url: '/tags/'
weight: 30
- identifier: 'archive'
name: 'Archive'
url: '/posts/'
weight: 40
- identifier: 'about'
name: 'About'
url: '/pages/about'