We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e55c3b commit aabdcd9Copy full SHA for aabdcd9
2 files changed
config.yml
@@ -38,6 +38,7 @@ params:
38
logo: avatar-icon.png
39
favicon: favicon.png
40
dateFormat: 2006-01-02
41
+ timeZone: Europe/Oslo
42
commit: false
43
rss: false
44
comments: true
static/admin/config.yml
@@ -3,8 +3,8 @@ backend:
3
repo: NLLCommunity/nllcommunity.github.io
4
base_url: https://sveltia-cms-auth.myrkvi.workers.dev/
5
6
-media_folder: /public/media
7
-public_folder: /media
+media_folder: /static/images
+public_folder: /images
8
9
collections:
10
- name: posts
@@ -26,6 +26,7 @@ collections:
26
- label: "Date"
27
name: "date"
28
widget: "datetime"
29
+ type: "date"
30
31
- label: "Categories"
32
name: "categories"
0 commit comments