commit 60206f88cb46095e968ee85b98d5851d3023b5ea Author: Erik Grobecker Date: Sun Sep 22 13:13:50 2024 +0200 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7585238 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +book diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..6837bb2 --- /dev/null +++ b/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["Erik Grobecker"] +language = "en" +multilingual = false +src = "src" +title = "software list" diff --git a/src/SUMMARY.md b/src/SUMMARY.md new file mode 100644 index 0000000..71eb5de --- /dev/null +++ b/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +[Introduction](./introduction.md) diff --git a/src/introduction.md b/src/introduction.md new file mode 100644 index 0000000..ed586e8 --- /dev/null +++ b/src/introduction.md @@ -0,0 +1,16 @@ +# Introduction + +On this website, I will document which software I use or would recommend others + +## TODO + +- [ ] collaboration + - [ ] excalidraw + - [ ] hedgedoc +- [ ] editors + - [ ] obsidian + - [ ] trilium +- [ ] privacy + - [ ] password managers + - [ ] OS + - [ ] browsers \ No newline at end of file