summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-07-07 09:10:50 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-07-07 09:10:50 +0200
commitfa0db0e34de178aefacb04c1f5a3eca5b764443f (patch)
tree2418cfd42ec85116ec2be886562759aedb780f07 /content
parent03246c71b99f90dca676ae8d2f979eff1ecb179f (diff)
Sort all pages by same weight, causing them to be sorted alphabetically
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'content')
-rw-r--r--content/_index.md2
-rw-r--r--content/computer_science/_index.md1
-rw-r--r--content/cooking/_index.md1
-rw-r--r--content/fitness/_index.md1
-rw-r--r--content/food/_index.md1
-rw-r--r--content/hiking/_index.md1
-rw-r--r--content/hiking/inspiration.md1
-rw-r--r--content/linux_unix/_index.md1
-rw-r--r--content/minimalism/_index.md1
-rw-r--r--content/minimalism/definition.md1
-rw-r--r--content/minimalism/documentaries.md1
-rw-r--r--content/minimalism/inspiration.md1
-rw-r--r--content/movies/_index.md1
-rw-r--r--content/movies/ratings.md1
-rw-r--r--content/music/_index.md1
-rw-r--r--content/open_source/_index.md1
-rw-r--r--content/programming/_index.md1
-rw-r--r--content/programming_languages/_index.md1
-rw-r--r--content/programming_languages/go.md1
-rw-r--r--content/programming_languages/php.md1
-rw-r--r--content/programming_languages/rust.md1
-rw-r--r--content/programming_techniques/_index.md1
-rw-r--r--content/software/_index.md1
-rw-r--r--content/software_architecture/_index.md1
-rw-r--r--content/software_bestpractices/_index.md1
-rw-r--r--content/tools/_index.md1
-rw-r--r--content/tools/cli.md1
-rw-r--r--content/tools/planning.md1
-rw-r--r--content/travel/_index.md1
-rw-r--r--content/writing/_index.md1
30 files changed, 30 insertions, 1 deletions
diff --git a/content/_index.md b/content/_index.md
index 1446501..dd17a8a 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -6,7 +6,7 @@ description = "musicmatzes personal wiki"
# draft = false
#
# # Used to sort pages by "date", "weight" or "none". See below for more information.
-# sort_by = "none"
+sort_by = "weight"
#
# # Used by the parent section to order its subsections.
# # Lower values have higher priority.
diff --git a/content/computer_science/_index.md b/content/computer_science/_index.md
index fe5e7bf..30d8427 100644
--- a/content/computer_science/_index.md
+++ b/content/computer_science/_index.md
@@ -3,4 +3,5 @@ title = 'Computer Science'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/cooking/_index.md b/content/cooking/_index.md
index cbbaae1..3923120 100644
--- a/content/cooking/_index.md
+++ b/content/cooking/_index.md
@@ -3,4 +3,5 @@ title = 'Cooking'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/fitness/_index.md b/content/fitness/_index.md
index 4e56236..94327f6 100644
--- a/content/fitness/_index.md
+++ b/content/fitness/_index.md
@@ -3,4 +3,5 @@ title = 'Fitness'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/food/_index.md b/content/food/_index.md
index 20f2a84..6814a06 100644
--- a/content/food/_index.md
+++ b/content/food/_index.md
@@ -3,4 +3,5 @@ title = 'Food'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/hiking/_index.md b/content/hiking/_index.md
index c10c9d5..4bc9a42 100644
--- a/content/hiking/_index.md
+++ b/content/hiking/_index.md
@@ -3,6 +3,7 @@ title = 'Hiking'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/hiking/inspiration.md b/content/hiking/inspiration.md
index 1a8b20b..a37bb00 100644
--- a/content/hiking/inspiration.md
+++ b/content/hiking/inspiration.md
@@ -1,5 +1,6 @@
+++
title = "Inspiration"
+weight = 1
+++
# Inspiration
diff --git a/content/linux_unix/_index.md b/content/linux_unix/_index.md
index 81a5ab0..ffa4571 100644
--- a/content/linux_unix/_index.md
+++ b/content/linux_unix/_index.md
@@ -3,4 +3,5 @@ title = 'Linux unix'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/minimalism/_index.md b/content/minimalism/_index.md
index c6d5d19..6037148 100644
--- a/content/minimalism/_index.md
+++ b/content/minimalism/_index.md
@@ -3,5 +3,6 @@ title = 'Minimalism'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/minimalism/definition.md b/content/minimalism/definition.md
index 3ec6b06..740fd89 100644
--- a/content/minimalism/definition.md
+++ b/content/minimalism/definition.md
@@ -1,5 +1,6 @@
+++
title = "Definition"
+weight = 1
+++
# Defining Minimalism
diff --git a/content/minimalism/documentaries.md b/content/minimalism/documentaries.md
index 8cbb0ba..1ba6952 100644
--- a/content/minimalism/documentaries.md
+++ b/content/minimalism/documentaries.md
@@ -1,5 +1,6 @@
+++
title = "Documentaries"
+weight = 1
+++
# Documentaries
diff --git a/content/minimalism/inspiration.md b/content/minimalism/inspiration.md
index 9a6a317..911c0c7 100644
--- a/content/minimalism/inspiration.md
+++ b/content/minimalism/inspiration.md
@@ -1,5 +1,6 @@
+++
title = "Inspiration"
+weight = 1
+++
# Inspiration
diff --git a/content/movies/_index.md b/content/movies/_index.md
index b183e5d..085ea50 100644
--- a/content/movies/_index.md
+++ b/content/movies/_index.md
@@ -3,4 +3,5 @@ title = 'Movies'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/movies/ratings.md b/content/movies/ratings.md
index 238905c..5c7381b 100644
--- a/content/movies/ratings.md
+++ b/content/movies/ratings.md
@@ -1,5 +1,6 @@
+++
title = 'Ratings'
+weight = 1
+++
<!--
diff --git a/content/music/_index.md b/content/music/_index.md
index 521561f..5436650 100644
--- a/content/music/_index.md
+++ b/content/music/_index.md
@@ -3,4 +3,5 @@ title = 'Music'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/open_source/_index.md b/content/open_source/_index.md
index d2809d2..0d38e78 100644
--- a/content/open_source/_index.md
+++ b/content/open_source/_index.md
@@ -3,4 +3,5 @@ title = 'Open source'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/programming/_index.md b/content/programming/_index.md
index a7a5905..77afce3 100644
--- a/content/programming/_index.md
+++ b/content/programming/_index.md
@@ -3,4 +3,5 @@ title = 'Programming'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/programming_languages/_index.md b/content/programming_languages/_index.md
index ff76ebc..dc40289 100644
--- a/content/programming_languages/_index.md
+++ b/content/programming_languages/_index.md
@@ -3,6 +3,7 @@ title = 'Programming Languages'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = 'weight'
+++
Here go some notes on different programming languages, whereas each language
diff --git a/content/programming_languages/go.md b/content/programming_languages/go.md
index 29cc508..831c544 100644
--- a/content/programming_languages/go.md
+++ b/content/programming_languages/go.md
@@ -1,5 +1,6 @@
+++
title = "Go"
+weight = 1
+++
diff --git a/content/programming_languages/php.md b/content/programming_languages/php.md
index 79c2497..d09b515 100644
--- a/content/programming_languages/php.md
+++ b/content/programming_languages/php.md
@@ -1,5 +1,6 @@
+++
title = "PHP"
+weight = 1
+++
diff --git a/content/programming_languages/rust.md b/content/programming_languages/rust.md
index b482b62..d7d5c01 100644
--- a/content/programming_languages/rust.md
+++ b/content/programming_languages/rust.md
@@ -1,5 +1,6 @@
+++
title = "Rust"
+weight = 1
+++
diff --git a/content/programming_techniques/_index.md b/content/programming_techniques/_index.md
index 273194c..e84b4a2 100644
--- a/content/programming_techniques/_index.md
+++ b/content/programming_techniques/_index.md
@@ -3,4 +3,5 @@ title = 'Programming Techniques'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/software/_index.md b/content/software/_index.md
index 6865b68..be3174e 100644
--- a/content/software/_index.md
+++ b/content/software/_index.md
@@ -3,4 +3,5 @@ title = 'Software'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/software_architecture/_index.md b/content/software_architecture/_index.md
index 37e0f5a..fc48d23 100644
--- a/content/software_architecture/_index.md
+++ b/content/software_architecture/_index.md
@@ -3,4 +3,5 @@ title = 'Software Architecture'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/software_bestpractices/_index.md b/content/software_bestpractices/_index.md
index eee560e..5e3b1ad 100644
--- a/content/software_bestpractices/_index.md
+++ b/content/software_bestpractices/_index.md
@@ -3,4 +3,5 @@ title = 'Software Bestpractices'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/tools/_index.md b/content/tools/_index.md
index 2ed19ba..fd20609 100644
--- a/content/tools/_index.md
+++ b/content/tools/_index.md
@@ -3,4 +3,5 @@ title = 'Tools'
insert_anchor_links = "left"
in_search_index = true
generate_feed = false
+sort_by = "weight"
+++
diff --git a/content/tools/cli.md b/content/tools/cli.md
index 33e0d38..6f3b404 100644
--- a/content/tools/cli.md
+++ b/content/tools/cli.md
@@ -1,5 +1,6 @@
+++
title = "CLI"
+weight = 1
+++
# Commandline enhancements
diff --git a/content/tools/planning.md b/content/tools/planning.md
index acb8af4..f95f0a8 100644
--- a/content/tools/planning.md
+++ b/content/tools/planning.md
@@ -1,5 +1,6 @@
+++
title = "Planning"
+weight = 1
+++
## Shared Text Boards
diff --git a/content/travel/_index.md b/content/travel/_index.md
index a0aea69..fe0b4a9 100644
--- a/content/travel/_index.md
+++ b/content/travel/_index.md
@@ -1,3 +1,4 @@
+++
title = 'Travel'
+sort_by = "weight"
+++
diff --git a/content/writing/_index.md b/content/writing/_index.md
index ac42a98..bc9f3d7 100644
--- a/content/writing/_index.md
+++ b/content/writing/_index.md
@@ -1,3 +1,4 @@
+++
title = 'Writing'
+sort_by = "weight"
+++