From b1e1075798617cc808cc171e86f182fe22a7de70 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 20 Jan 2021 20:30:16 +0100 Subject: Add intro page which contains link to github. --- src/SUMMARY.md | 2 ++ src/intro.md | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 src/intro.md (limited to 'src') 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). -- cgit v1.2.3