diff options
author | mms <michal@sapka.me> | 2024-06-24 22:50:40 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-24 22:50:40 +0200 |
commit | cd438a46b12cdd2d8d7790c2b5cce965ca457e90 (patch) | |
tree | b456b89617892060e4de75740012954b7c0fbd5d /content/blog/_index.md | |
parent | 0558766defa08e3d160dde57875c3d4135cc3bed (diff) |
feat: move toc to blog s
since we've got all content there now
Diffstat (limited to 'content/blog/_index.md')
-rw-r--r-- | content/blog/_index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..bd31129 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,8 @@ ++++ +title = "Blog" +author = ["MichaĆ Sapka"] +draft = false +weight = 1001 +abstract = "My blog, est. 2022" +aliases = ["/toc/"] ++++ |