From cd048d8fe6692c37501c95bc56227f30f6b48933 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Fri, 20 Nov 2020 21:44:50 +0200 Subject: [PATCH] Add README --- README.md | 8 ++++++++ content/notes/_index.md | 7 ------- content/notes/various.md | 7 ------- content/welcome/stavros-notes.md | 17 +++++++++++++++++ content/welcome/welcome.md | 9 --------- 5 files changed, 25 insertions(+), 23 deletions(-) create mode 100644 README.md delete mode 100644 content/notes/_index.md delete mode 100644 content/notes/various.md create mode 100644 content/welcome/stavros-notes.md delete mode 100644 content/welcome/welcome.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ebe415 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Stavros' notes +============== + +This is a static website that gets autogenerated from a bunch of [Joplin](https://joplinapp.org/) notes. +I wrote a small script to read the notes, export them, and generate a static site. +If you want to use the script and generate such a site for yourself, feel free to fork this repository. + +Just run `./joplinexport.py`, it will read the database and create a site like this one and upload it to GitLab pages. diff --git a/content/notes/_index.md b/content/notes/_index.md deleted file mode 100644 index a214106..0000000 --- a/content/notes/_index.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = "Notes" -weight = 3 -sort_by = "weight" -insert_anchor_links = "right" -+++ -Select one of the sublinks on the left to see the notes in this section. \ No newline at end of file diff --git a/content/notes/various.md b/content/notes/various.md deleted file mode 100644 index 16959ea..0000000 --- a/content/notes/various.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = "Various" -weight = 0 -sort_by = "weight" -insert_anchor_links = "right" -+++ -Hello \ No newline at end of file diff --git a/content/welcome/stavros-notes.md b/content/welcome/stavros-notes.md new file mode 100644 index 0000000..8711799 --- /dev/null +++ b/content/welcome/stavros-notes.md @@ -0,0 +1,17 @@ ++++ +title = "Stavros' notes" +weight = 0 +sort_by = "weight" +insert_anchor_links = "right" ++++ +Welcome to my notes. + +This site is autogenerated from a bunch of [Joplin](https://joplinapp.org/) notes. +I wrote a small script to read the notes, export them, and generate a static site. +If you want to use the script and generate such a site for yourself, feel free to fork my repository: + +https://gitlab.com/stavros/notes/ + +Just run `./joplinexport.py` on your computer, it will read the database and create a site like this one and upload it to GitLab pages. + +Otherwise, enjoy my notes! \ No newline at end of file diff --git a/content/welcome/welcome.md b/content/welcome/welcome.md deleted file mode 100644 index cf0c645..0000000 --- a/content/welcome/welcome.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -title = "Welcome" -weight = 0 -sort_by = "weight" -insert_anchor_links = "right" -+++ -Welcome! This is my notes site. - -[Omnibus F4 pro servo diode](../../drone-stuff/omnibus-f4-pro-servo-diode) \ No newline at end of file