From 0c0900cdea12364a25ebf9bb8205a795416e8d6d Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Fri, 1 Aug 2025 16:52:52 +0700 Subject: feat: support of multi-page blog via b2 feat: use markdown + frontmatter for page content feat: add main page with dynamic page lookup feat: add night theme feat: extract timestamp of photo taken from picture name --- config/config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/config.yaml (limited to 'config/config.yaml') diff --git a/config/config.yaml b/config/config.yaml new file mode 100644 index 0000000..908bfe2 --- /dev/null +++ b/config/config.yaml @@ -0,0 +1,17 @@ +logLevel: debug +blogPages: + storage: + type: b2 + config: + bucketName: sayana-pages + region: eu-central-003 + prefix: '' + keyID: '${B2_KEY_ID}' + applicationKey: '${B2_APPLICATION_KEY}' + availableLanguages: + - name: ru + alt: Русский + flag: https://f003.backblazeb2.com/file/sayana-static/flags/ru.svg + - name: en + alt: English + flag: https://f003.backblazeb2.com/file/sayana-static/flags/gb.svg -- cgit v1.3.1+13