summaryrefslogtreecommitdiffstats
path: root/content/_index.md
blob: 9c5a2ec679a721edd1bbb35fb97e25b4a81dea93 (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
+++
title = "Knowledge"
description = "musicmatzes personal wiki"

# # A draft section is only loaded if the `--drafts` flag is passed to `zola build`, `zola serve` or `zola check`.
# draft = false
#
# # Used to sort pages by "date", "weight" or "none". See below for more information.
sort_by = "weight"
#
# # Used by the parent section to order its subsections.
# # Lower values have higher priority.
# weight = 0
#
# # Template to use to render this section page.
# template = "section.html"
#
# # The given template is applied to ALL pages below the section, recursively.
# # If you have several nested sections, each with a page_template set, the page
# # will always use the closest to itself.
# # However, a page's own `template` variable will always have priority.
# # Not set by default.
# page_template =
#
# # This sets the number of pages to be displayed per paginated page.
# # No pagination will happen if this isn't set or if the value is 0.
# paginate_by = 0
#
# # If set, this will be the path used by the paginated page. The page number will be appended after this path.
# # The default is page/1.
# paginate_path = "page"
#


# This determines whether to insert a link for each header like the ones you can see on this site if you hover over
# a header.
# The default template can be overridden by creating an `anchor-link.html` file in the `templates` directory.
# This value can be "left", "right" or "none".
insert_anchor_links = "left"

# If set to "true", the section pages will be in the search index. This is only used if
# `build_search_index` is set to "true" in the Zola configuration file.
in_search_index = true


# # If set to "true", the section homepage is rendered.
# # Useful when the section is used to organize pages (not used directly).
# render = true
#
# # This determines whether to redirect when a user lands on the section. Defaults to not being set.
# # Useful for the same reason as `render` but when you don't want a 404 when
# # landing on the root section page.
# # Example: redirect_to = "documentation/content/overview"
# redirect_to =
#
# # If set to "true", the section will pass its pages on to the parent section. Defaults to `false`.
# # Useful when the section shouldn't split up the parent section, like
# # sections for each year under a posts section.
# transparent = false
#
# # Use aliases if you are moving content but want to redirect previous URLs to the
# # current one. This takes an array of paths, not URLs.
# aliases = []
#

# If set to "true", a feed file will be generated for this section at the
# section's root path. This is independent of the site-wide variable of the same
# name. The section feed will only include posts from that respective feed, and
# not from any other sections, including sub-sections under that section.
generate_feed = false

#
# # Your own data.
# [extra]
+++

# musicmatzes personal wiki

This is [my](https://beyermatthias.de) personal wiki, where I write down things
of all kinds.

This repository of knowledge will most likely start off as collection of links.
I will extend it continuousely and add more stuff I know.


## Imported Blog articles

I import(ed) some of my blog articles I published on
[my blog](https://beyermatthias.de)
here, because they fit into the individual topics and can provide some context.

All blog articles are marked and have their publishing-date noted, to provide
some more context.



## Why

I took the inspiration for this from [Nikita Voloboev](https://wiki.nikitavoloboev.xyz/).