diff options
author | Nikolas <nikolas@boutalas.com> | 2024-10-28 12:38:54 +0200 |
---|---|---|
committer | Nikolas <nikolas@boutalas.com> | 2024-10-28 12:42:20 +0200 |
commit | f934df8bc8fd0c8d19436f1b51a61e1f3f6bd08e (patch) | |
tree | 30677619a682eb15b5d7117cd72244aefca9407a /content/notes | |
parent | a28cecd8e11672148809a5cf6dadc4d18f0f2324 (diff) |
index: add notes section
Diffstat (limited to 'content/notes')
-rw-r--r-- | content/notes/_index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/content/notes/_index.md b/content/notes/_index.md new file mode 100644 index 0000000..9b90398 --- /dev/null +++ b/content/notes/_index.md @@ -0,0 +1,12 @@ ++++ +title="Notes" +sort_by = "date" +template = "notes.html" +page_template = "notes-page.html" ++++ + +These are my "living" notes. They can hold opinions, things to remember, ideas to express, and more. + +Opinions and perspectives evolve, so you should expect that the content of the notes might change as well to reflect that. + +They could be about anything but will most probably relate to software. |