From 81c8223a403643b4280c2cc3c539425be251517e Mon Sep 17 00:00:00 2001 From: AnimatedSwine37 Date: Sat, 13 Apr 2024 17:05:35 +1000 Subject: [PATCH] Add wip Decap CMS --- _includes/head_custom.html | 17 ++++++++++++++++- admin/config.yml | 14 ++++++++++++++ admin/index.html | 16 ++++++++++++++++ 3 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 admin/config.yml create mode 100644 admin/index.html diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 0c97641..8d6b1ba 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -5,4 +5,19 @@ - \ No newline at end of file + + + + + + \ No newline at end of file diff --git a/admin/config.yml b/admin/config.yml new file mode 100644 index 0000000..20cf133 --- /dev/null +++ b/admin/config.yml @@ -0,0 +1,14 @@ +backend: + name: github + repo: AnimatedSwine37/persona-modding-docs + branch: master + base_url: http://ec2-13-54-217-203.ap-southeast-2.compute.amazonaws.com + +media_folder: "assets/images/uploads" + +collections: + - name: 'blog' + label: 'Blog' + folder: '_posts/' + fields: + - { name: Title } \ No newline at end of file diff --git a/admin/index.html b/admin/index.html new file mode 100644 index 0000000..cbeeda7 --- /dev/null +++ b/admin/index.html @@ -0,0 +1,16 @@ + + + + + + Content Manager + + + + + + + + + + \ No newline at end of file