aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-30 15:01:40 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-30 15:01:40 -0400
commit848f1ca425e03cdcf7503ab51d80711bbf28c0f2 (patch)
treec008b954d10a7318933138c8ea45804eb33ba825 /static
parent37522c3ce749f6582c47e892c935297220e926dc (diff)
downloadpersonal-website-848f1ca425e03cdcf7503ab51d80711bbf28c0f2.tar.gz
personal-website-848f1ca425e03cdcf7503ab51d80711bbf28c0f2.tar.bz2
personal-website-848f1ca425e03cdcf7503ab51d80711bbf28c0f2.zip
Major changes in home page, added stuff on other pages and favicon
Diffstat (limited to 'static')
-rw-r--r--static/admin/config.yml7
-rw-r--r--static/favicon.icobin0 -> 15406 bytes
2 files changed, 4 insertions, 3 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 97288f2..293cd96 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -2,13 +2,14 @@ backend:
name: git-gateway
branch: master # Branch to update (optional; defaults to master)
- media_folder: assets/img/
- public_folder: /img
+ publish_mode: editorial_workflow
+ media_folder: "static/images/uploads"
+ public_folder: "/images/uploads"
collections:
- name: 'blog'
label: 'Blog'
- format: 'md'
+
folder: 'assets/content/blog'
create: true
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..306534f
--- /dev/null
+++ b/static/favicon.ico
Binary files differ