diff --git a/static/admin/config.yml b/static/admin/config.yml index f8065d5..adcd6b1 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -16,18 +16,18 @@ backend: # publish_mode: editorial_workflow media_folder: "static/img" site_url: https://gallo.demo.myco.systems -logo_url: https://gallo.demo.myco.systems/img/gallo_welding_inverted.svg +logo_url: https://gallo.demo.myco.systems/img/gallo_welding.svg locale: "en" show_preview_links: false search: false collections: - - name: "about" # Used in routes, e.g., /admin/collections/blog - label: "About" # Used in the UI - folder: "content/about" # The path to the folder where the documents are stored - create: false # Allow users to create new documents in this collection - slug: "index.md" # Filename template, e.g., YYYY-MM-DD-title.md - fields: # The fields for each document, usually in front matter + - name: "about" + label: "About" + folder: "content/about" + create: false + slug: "index.md" + fields: - { label: "Title", name: "title", widget: "string" } - { label: "Date Last Edited", name: "date", widget: "datetime" } - { label: "Featured Image", name: "thumbnail", widget: "image" } diff --git a/static/img/gallo_welding.svg b/static/img/gallo_welding.svg new file mode 100644 index 0000000..0425fb7 --- /dev/null +++ b/static/img/gallo_welding.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/gallo_welding_inverted.webp b/static/img/gallo_welding_inverted.webp deleted file mode 100644 index 108c7e1..0000000 Binary files a/static/img/gallo_welding_inverted.webp and /dev/null differ