summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/computer/_index.md7
-rw-r--r--content/computer/computer_science/_index.md (renamed from content/computer_science/_index.md)0
-rw-r--r--content/computer/linux_unix/_index.md (renamed from content/linux_unix/_index.md)0
-rw-r--r--content/computer/linux_unix/gui.md (renamed from content/linux_unix/gui.md)0
-rw-r--r--content/computer/open_source/_index.md (renamed from content/open_source/_index.md)0
-rw-r--r--content/computer/programming/_index.md (renamed from content/programming/_index.md)0
-rw-r--r--content/computer/programming/programming_languages/_index.md (renamed from content/programming/programming_languages/_index.md)0
-rw-r--r--content/computer/programming/programming_languages/bash.md (renamed from content/programming/programming_languages/bash.md)0
-rw-r--r--content/computer/programming/programming_languages/go.md (renamed from content/programming/programming_languages/go.md)0
-rw-r--r--content/computer/programming/programming_languages/php.md (renamed from content/programming/programming_languages/php.md)0
-rw-r--r--content/computer/programming/programming_languages/rust.md (renamed from content/programming/programming_languages/rust.md)0
-rw-r--r--content/computer/programming/programming_techniques/_index.md (renamed from content/programming/programming_techniques/_index.md)0
-rw-r--r--content/computer/software/_index.md (renamed from content/software/_index.md)0
-rw-r--r--content/computer/software/software_architecture/_index.md (renamed from content/software/software_architecture/_index.md)0
-rw-r--r--content/computer/software/software_bestpractices/_index.md (renamed from content/software/software_bestpractices/_index.md)0
-rw-r--r--content/computer/tools/_index.md (renamed from content/tools/_index.md)1
-rw-r--r--content/computer/tools/cli/_index.md8
-rw-r--r--content/computer/tools/cli/helpers.md (renamed from content/linux_unix/cli.md)11
-rw-r--r--content/computer/tools/cli/scripts.md (renamed from content/tools/cli.md)2
-rw-r--r--content/computer/tools/planning.md (renamed from content/tools/planning.md)0
-rw-r--r--content/computer/tools/vim.md7
21 files changed, 25 insertions, 11 deletions
diff --git a/content/computer/_index.md b/content/computer/_index.md
new file mode 100644
index 0000000..ce8305c
--- /dev/null
+++ b/content/computer/_index.md
@@ -0,0 +1,7 @@
++++
+title = "Computer"
+sort_by = "weight"
++++
+
+All stuff I know on the topic of "computers" goes into this section.
+
diff --git a/content/computer_science/_index.md b/content/computer/computer_science/_index.md
index 30d8427..30d8427 100644
--- a/content/computer_science/_index.md
+++ b/content/computer/computer_science/_index.md
diff --git a/content/linux_unix/_index.md b/content/computer/linux_unix/_index.md
index 453f369..453f369 100644
--- a/content/linux_unix/_index.md
+++ b/content/computer/linux_unix/_index.md
diff --git a/content/linux_unix/gui.md b/content/computer/linux_unix/gui.md
index bc5388b..bc5388b 100644
--- a/content/linux_unix/gui.md
+++ b/content/computer/linux_unix/gui.md
diff --git a/content/open_source/_index.md b/content/computer/open_source/_index.md
index 0d38e78..0d38e78 100644
--- a/content/open_source/_index.md
+++ b/content/computer/open_source/_index.md
diff --git a/content/programming/_index.md b/content/computer/programming/_index.md
index 77afce3..77afce3 100644
--- a/content/programming/_index.md
+++ b/content/computer/programming/_index.md
diff --git a/content/programming/programming_languages/_index.md b/content/computer/programming/programming_languages/_index.md
index dc40289..dc40289 100644
--- a/content/programming/programming_languages/_index.md
+++ b/content/computer/programming/programming_languages/_index.md
diff --git a/content/programming/programming_languages/bash.md b/content/computer/programming/programming_languages/bash.md
index 0bc3eb5..0bc3eb5 100644
--- a/content/programming/programming_languages/bash.md
+++ b/content/computer/programming/programming_languages/bash.md
diff --git a/content/programming/programming_languages/go.md b/content/computer/programming/programming_languages/go.md
index 831c544..831c544 100644
--- a/content/programming/programming_languages/go.md
+++ b/content/computer/programming/programming_languages/go.md
diff --git a/content/programming/programming_languages/php.md b/content/computer/programming/programming_languages/php.md
index d09b515..d09b515 100644
--- a/content/programming/programming_languages/php.md
+++ b/content/computer/programming/programming_languages/php.md
diff --git a/content/programming/programming_languages/rust.md b/content/computer/programming/programming_languages/rust.md
index d7d5c01..d7d5c01 100644
--- a/content/programming/programming_languages/rust.md
+++ b/content/computer/programming/programming_languages/rust.md
diff --git a/content/programming/programming_techniques/_index.md b/content/computer/programming/programming_techniques/_index.md
index e84b4a2..e84b4a2 100644
--- a/content/programming/programming_techniques/_index.md
+++ b/content/computer/programming/programming_techniques/_index.md
diff --git a/content/software/_index.md b/content/computer/software/_index.md
index be3174e..be3174e 100644
--- a/content/software/_index.md
+++ b/content/computer/software/_index.md
diff --git a/content/software/software_architecture/_index.md b/content/computer/software/software_architecture/_index.md
index fc48d23..fc48d23 100644
--- a/content/software/software_architecture/_index.md
+++ b/content/computer/software/software_architecture/_index.md
diff --git a/content/software/software_bestpractices/_index.md b/content/computer/software/software_bestpractices/_index.md
index 5e3b1ad..5e3b1ad 100644
--- a/content/software/software_bestpractices/_index.md
+++ b/content/computer/software/software_bestpractices/_index.md
diff --git a/content/tools/_index.md b/content/computer/tools/_index.md
index fd20609..82b3d10 100644
--- a/content/tools/_index.md
+++ b/content/computer/tools/_index.md
@@ -5,3 +5,4 @@ in_search_index = true
generate_feed = false
sort_by = "weight"
+++
+
diff --git a/content/computer/tools/cli/_index.md b/content/computer/tools/cli/_index.md
new file mode 100644
index 0000000..0e740d0
--- /dev/null
+++ b/content/computer/tools/cli/_index.md
@@ -0,0 +1,8 @@
++++
+title = 'CLI'
+insert_anchor_links = "left"
+in_search_index = true
+generate_feed = false
+sort_by = "weight"
++++
+
diff --git a/content/linux_unix/cli.md b/content/computer/tools/cli/helpers.md
index d1cff60..7fea776 100644
--- a/content/linux_unix/cli.md
+++ b/content/computer/tools/cli/helpers.md
@@ -1,18 +1,9 @@
+++
-title = 'CLI'
+title = 'CLI Helper tools'
weight = 1
+++
-Notes on CLI stuff
-
-# Vim
-
-Notes/resources on the best available editor for Linux/Unix CLI.
-
-
-# Tools
-
General list of helper tools that are nice, helpful and worth to have a look at
* [alacritty](https://github.com/alacritty/alacritty)
diff --git a/content/tools/cli.md b/content/computer/tools/cli/scripts.md
index 6f3b404..8c71b48 100644
--- a/content/tools/cli.md
+++ b/content/computer/tools/cli/scripts.md
@@ -1,5 +1,5 @@
+++
-title = "CLI"
+title = "CLI Helper scripts"
weight = 1
+++
diff --git a/content/tools/planning.md b/content/computer/tools/planning.md
index f95f0a8..f95f0a8 100644
--- a/content/tools/planning.md
+++ b/content/computer/tools/planning.md
diff --git a/content/computer/tools/vim.md b/content/computer/tools/vim.md
new file mode 100644
index 0000000..9fd8a7b
--- /dev/null
+++ b/content/computer/tools/vim.md
@@ -0,0 +1,7 @@
++++
+title = 'Vim'
+weight = 1
++++
+
+Notes/resources on the best available editor for Linux/Unix CLI.
+