diff --git a/content/notes.md b/content/notes.md new file mode 100644 index 0000000..383e1b3 --- /dev/null +++ b/content/notes.md @@ -0,0 +1,8 @@ +--- +title: random notes +date: 2023-10-17T23:24:02+02:00 +--- + +a random collection of useful notes collected over the years. + +{{< pagelist >}} diff --git a/layouts/shortcodes/pagelist.html b/layouts/shortcodes/pagelist.html new file mode 100644 index 0000000..7782481 --- /dev/null +++ b/layouts/shortcodes/pagelist.html @@ -0,0 +1,7 @@ +{{ $pages := where .Site.RegularPages "Title" "!=" "random notes" }} + +