aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2021-01-20 20:30:16 +0100
committerjohannst <johannes.stoelp@gmail.com>2021-01-20 20:30:16 +0100
commitb1e1075798617cc808cc171e86f182fe22a7de70 (patch)
tree0beced9abee78b1fd4f8b4e8e9b5dbe3fdc61666
parent77d44129ad468581e860720ccdb7643d5bb25601 (diff)
downloadnotes-b1e1075798617cc808cc171e86f182fe22a7de70.tar.gz
notes-b1e1075798617cc808cc171e86f182fe22a7de70.zip
Add intro page which contains link to github.
-rw-r--r--src/SUMMARY.md2
-rw-r--r--src/intro.md5
2 files changed, 7 insertions, 0 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md
index 615ca6b..824570f 100644
--- a/src/SUMMARY.md
+++ b/src/SUMMARY.md
@@ -1,5 +1,7 @@
# Summary
+[Introduction](./intro.md)
+
- [Tools](./tools/README.md)
- [zsh](./tools/zsh.md)
- [bash](./tools/bash.md)
diff --git a/src/intro.md b/src/intro.md
new file mode 100644
index 0000000..c4d6c2a
--- /dev/null
+++ b/src/intro.md
@@ -0,0 +1,5 @@
+# Notes
+
+A personal collection of notes and cheatsheets.
+
+Source code is located at [johannst/notes](https://github.com/johannst/notes).