summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml7
-rw-r--r--content/links.md26
2 files changed, 32 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index eef5bde..50cfd80 100644
--- a/config.toml
+++ b/config.toml
@@ -122,6 +122,11 @@ pygmentscodefencesguesssyntax = true
weight = 40
[[menu.main]]
+ name = "Links"
+ url = "links/"
+ weight = 50
+
+ [[menu.main]]
name = "Impressum"
url = "impressum/"
- weight = 50
+ weight = 60
diff --git a/content/links.md b/content/links.md
new file mode 100644
index 0000000..1958700
--- /dev/null
+++ b/content/links.md
@@ -0,0 +1,26 @@
++++
+title = "Links"
++++
+
+Links to stuff I often use/read/...
+
+Might be useful for others, but in the end just a pile of stuff I don't want to search over and over again.
+
+The libraries linked below will in most cases be for C or C++.
+
+## C++
+
+* News, Status & Discussion about Standard C++: https://isocpp.org
+
+## Compress Libraries
+
+* LZ4 compression: https://lz4.github.io/lz4/
+
+## XML Libraries
+
+* light-weight C++ XML processing: https://pugixml.org/
+
+## JSON Libraries
+
+* fast JSON parser/generator: http://rapidjson.org/
+