Add README
This commit is contained in:
parent
b9394c21bd
commit
cd048d8fe6
8
README.md
Normal file
8
README.md
Normal file
@ -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.
|
@ -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.
|
|
@ -1,7 +0,0 @@
|
|||||||
+++
|
|
||||||
title = "Various"
|
|
||||||
weight = 0
|
|
||||||
sort_by = "weight"
|
|
||||||
insert_anchor_links = "right"
|
|
||||||
+++
|
|
||||||
Hello
|
|
17
content/welcome/stavros-notes.md
Normal file
17
content/welcome/stavros-notes.md
Normal file
@ -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!
|
@ -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)
|
|
Loading…
Reference in New Issue
Block a user