aboutsummaryrefslogtreecommitdiff
path: root/static/admin
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-27 10:04:32 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-27 10:04:32 -0500
commit3fb9421ba90977e7f7ac4f1c2e1aadc6b57bcff3 (patch)
tree1fcb6d2b7abba040d8b178cb6d86cd60f9051a6e /static/admin
parentfcb807c3b6357ebef82a16ec10085a51278296b0 (diff)
downloadpersonal-website-2020-rewrite.tar.gz
personal-website-2020-rewrite.tar.bz2
personal-website-2020-rewrite.zip
Removed blog; Removed video temp; New logo; 20212020-rewrite
Diffstat (limited to 'static/admin')
-rw-r--r--static/admin/config.yml21
-rw-r--r--static/admin/index.html12
2 files changed, 0 insertions, 33 deletions
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 @@
-<!doctype html>
-<html>
-<head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Content Manager</title>
-</head>
-<body>
-<!-- Include the script that builds the page and powers Netlify CMS -->
-<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
-</body>
-</html> \ No newline at end of file