diff --git a/gawa/start/data/links.toml b/gawa/start/data/links.toml new file mode 100644 index 0000000..22bfaea --- /dev/null +++ b/gawa/start/data/links.toml @@ -0,0 +1,18 @@ +# this file contains all data used to build the link entries in the database + +[[category]] +name_de = "Notizen" +name_en = "Notes" + +[[link]] +url = "https://www.noteapps.ca" + +[[link]] +url = "https://silverbullet.md" + +[[category]] +name_de = "Coding" +name_en = "Coding" + +[[link]] +url = "https://neovim.io"