From 3fb9421ba90977e7f7ac4f1c2e1aadc6b57bcff3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 27 Feb 2021 10:04:32 -0500 Subject: Removed blog; Removed video temp; New logo; 2021 --- static/admin/config.yml | 21 --------------------- static/admin/index.html | 12 ------------ 2 files changed, 33 deletions(-) delete mode 100644 static/admin/config.yml delete mode 100644 static/admin/index.html (limited to 'static') diff --git a/static/admin/config.yml b/static/admin/config.yml deleted file mode 100644 index 27584e4..0000000 --- a/static/admin/config.yml +++ /dev/null @@ -1,21 +0,0 @@ -backend: - name: git-gateway - branch: master - repo: Alee14/personal-website -logo_url: /assets/img/Alee.png -media_folder: "../static/uploads" -public_folder: "/uploads" -collections: - - name: 'blog' - label: 'Blog' - format: 'json' - folder: '/assets/content/blog' - create: true - slug: '{{year}}-{{month}}-{{day}}-{{slug}}' - editor: - preview: false - fields: - - { label: 'Title', name: 'title', widget: 'string' } - - { label: 'Publish Date', name: 'date', widget: 'datetime' } - - { label: 'Description', name: 'description', widget: 'string' } - - { label: 'Body', name: 'body', widget: 'markdown' } \ No newline at end of file diff --git a/static/admin/index.html b/static/admin/index.html deleted file mode 100644 index 78757e4..0000000 --- a/static/admin/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Content Manager - - - - - - \ No newline at end of file -- cgit v1.2.3