Move notes to root

This commit is contained in:
Sridhar Ratnakumar 2020-04-23 19:31:14 -04:00
parent 1038a53bd1
commit 24dcd6fe72
36 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
notes/.neuron
.neuron

View File

@ -5,5 +5,5 @@ See <https://haskell.zettel.page> for details.
## Running locally
* [Install neuron](https://neuron.srid.ca/2011501.html)
* Run `neuron -d ./notes rib -wS`
* Run `neuron -d . rib -wS`
* Visit http://localhost:8080

View File

@ -9,5 +9,5 @@
, theme =
"violet"
, editUrl =
Some "https://github.com/srid/haskell-zettelkasten/edit/master/notes/"
Some "https://github.com/srid/haskell-zettelkasten/edit/master/"
}