diff options
author | Huy Ngo <huy.ngo@eaera.com> | 2025-02-12 12:28:13 +0700 |
---|---|---|
committer | Huy Ngo <huy.ngo@eaera.com> | 2025-02-12 12:28:13 +0700 |
commit | 1d6e4db908554662a81d5293a148a3b879403020 (patch) | |
tree | f13f2eb20f2a7b2c48da5ec43f145c9600b5eb12 /config.yaml | |
parent | 0fc2d2a0fe83d06f0ade85f2a60bc648d4e6c784 (diff) | |
download | blog-1d6e4db908554662a81d5293a148a3b879403020.tar.gz |
WIP: Add calendars
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index a6c5930..2e047a4 100644 --- a/config.yaml +++ b/config.yaml @@ -28,6 +28,9 @@ languages: - name: Articles pageRef: /posts weight: 20 + - name: Calendar + pageRef: /cal + weight: 30 - name: RSS pageRef: /about/rss weight: 90 |