diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-01-12 23:34:32 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-01-12 23:34:32 +0000 |
commit | bd8b8ea8931fa4dec135cb7eeee5398225ef01be (patch) | |
tree | d897256f16d71b81fde64b55c2a8c2d629d64bb0 |
Initial commit
-rw-r--r-- | config.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..21723e0 --- /dev/null +++ b/config.ini @@ -0,0 +1,6 @@ +[main] +base_url = https://blog.fennell.dev/ +title = Matthew's Blog +description = Matthew's Blog +author = Matthew Fennell + |