diff options
-rwxr-xr-x | gen | 1 | ||||
-rw-r--r-- | static/admin/config.yml | 25 |
2 files changed, 5 insertions, 21 deletions
diff --git a/gen b/gen index 9ced8e4..9d7f8d3 100755 --- a/gen +++ b/gen @@ -22,3 +22,4 @@ done echo "</div>" >> wpisy/kronika.html ./ssg5 wpisy dest "19 PDH Puszcza" "https://19.niedzwiedzinski.cyou" +cp -r static/* dest diff --git a/static/admin/config.yml b/static/admin/config.yml index 45ec8d8..7edd6cd 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -2,8 +2,8 @@ backend: name: git-gateway publish_mode: editorial_workflow -display_url: https://puszcza.netlify.com -site_url: https://puszcza.netlify.com +display_url: https://puszcza.netlify.app +site_url: https://puszcza.netlify.app logo_url: /19pdh.png locale: 'pl' @@ -15,40 +15,23 @@ collections: label_singular: 'wpis' folder: 'wpisy' slug: '{{title}}' - path: '{{year}}/{{month}}/{{day}}/{{slug}}' + path: 'kronika/{{year}}/{{month}}/{{day}}/{{slug}}' preview_path: 'kronika/{{year}}/{{month}}/{{day}}/{{title}}' preview_path_date_field: 'date' create: true editor: - preview: false + preview: true fields: - label: 'Tytuł' name: title widget: string required: true - - label: 'Autor' - name: author - widget: string - required: true - - - label: 'Data' - name: date - widget: datetime - dateFormat: DD.MM.YYYY - timeFormat: false - required: true - - label: 'Kategorie/Tagi' name: category widget: list required: false - - label: 'Zdjęcie okładki - link' - name: image - widget: string - required: false - - label: 'Wpis' name: body widget: markdown |