blob: 3919d7ae1e42563ee92ed4f8cc9d8be7eeb02b82 (
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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
baseURL = 'https://michal.sapka.me'
languageCode = 'en-us'
title = "Michał Sapka's website"
tagline = "Hello do Michał's weblog!"
enableGitInfo = true
[params]
defaultDescription = "Welcome to my blog!"
repoUrl = "https://michal.sapka.me/git/mms/site"
[author]
name = "mms"
email = "webmaster@michal.sapka.me"
[taxonomies]
category = 'category'
[outputFormats.TXT]
mediaType = "text/plain"
sufix = "txt"
isPlainText = true
[outputs]
home = [ "HTML", "RSS", "TXT" ]
term = [ "HTML" , "RSS", "TXT" ]
taxonomy = [ "HTML", "RSS" ]
[markup]
defaultMarkdownHandler = "goldmark"
[goldmark]
[extensions]
footnote = true
[menus]
[[menu.bsd-history]]
name = "Unix Wars"
weight = "10000000"
pageRef = "/"
[[menu.bsd-history.params]]
placeholder = "yes"
[[menu.bsd-history]]
name = "Berkeley Software Distribution"
weight = "10000010"
pageRef = "/"
[[menu.bsd-history.params]]
placeholder = "yes"
[[menu.bsd-history]]
name = "BSD schism"
weight = "10000020"
pageRef = "/"
[[menu.bsd-history.params]]
placeholder = "yes"
[[menu.bsd]]
name = "FreeBSD"
weight = "10000020"
pageRef = "/"
identifier = "freebsd"
[[menu.bsd.params]]
nonpage = "yes"
[[menu.bsd]]
name = "Thinkpad"
weight = "10000030"
pageRef = "/"
identifier = "tp"
parent = "freebsd"
[[menu.bsd.params]]
nonpage = "yes"
[[menu.bsd]]
name = "OpenBSD"
weight = "10000030"
pageRef = "/"
identifier = "openbsd"
[[menu.bsd.params]]
nonpage = "yes"
[[menu.bsd]]
name = "Varia"
weight = "10000030"
pageRef = "/"
identifier = "varia"
[[menu.bsd.params]]
nonpage = "yes"
# emacs menu
[[menu.emacs]]
name = "Guides"
weight = "10000000"
pageRef = "/"
identifier = "guides"
[[menu.emacs.params]]
nonpage = "yes"
[[menu.emacs]]
name = "Varia"
weight = "10000030"
pageRef = "/"
identifier = "varia"
[[menu.emacs.params]]
nonpage = "yes"
# categories:P
# - emacs# - bsd
# - engineering
# - star-trek
# - jazz
# - varia
# - gaming
# - computer-history
# - anime
|