diff --git a/src/_assets/public/admin/config.yml b/src/_assets/public/admin/config.yml index 9d4d35d..9ca6622 100644 --- a/src/_assets/public/admin/config.yml +++ b/src/_assets/public/admin/config.yml @@ -63,3 +63,27 @@ collections: - label: "Body" name: "body" widget: "markdown" + - name: "part-1" # Used in routes, e.g., /admin/collections/blog + label: "Part 1" # Used in the UI + folder: "src/pages/examples/part-1" # The path to the folder where the documents are stored + # about media and public folder https://decapcms.org/docs/collection-folder/#media-and-public-folder + media_folder: '' + public_folder: '/{{dirname}}/{{filename}}' + create: true # Allow users to create new documents in this collection + fields: # All the fields for each document, usually in front matter + body + - label: "Layout" + name: "layout" + widget: "hidden" + default: "base" + - label: "Title" + name: "title" + widget: "string" + - label: "subtitle" + name: "subtitle" + widget: "string" + - label: "description" + name: "description" + widget: "string" + - label: "Body" + name: "body" + widget: "markdown" \ No newline at end of file diff --git a/src/static/img/documentation/4842178584_c8e043ff97_o.jpg b/src/static/img/documentation/airport.jpg similarity index 100% rename from src/static/img/documentation/4842178584_c8e043ff97_o.jpg rename to src/static/img/documentation/airport.jpg diff --git a/src/static/img/documentation/dekaas.jpg b/src/static/img/documentation/dekas.jpg similarity index 100% rename from src/static/img/documentation/dekaas.jpg rename to src/static/img/documentation/dekas.jpg diff --git a/src/static/img/documentation/4451568851_89885ef87a_o.jpg b/src/static/img/documentation/regata.jpg similarity index 100% rename from src/static/img/documentation/4451568851_89885ef87a_o.jpg rename to src/static/img/documentation/regata.jpg diff --git a/src/static/img/vera-davidova.jpg b/src/static/img/vera-davidova.jpg deleted file mode 100644 index a4aa8cf..0000000 Binary files a/src/static/img/vera-davidova.jpg and /dev/null differ