From 37522c3ce749f6582c47e892c935297220e926dc Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 29 Apr 2020 10:57:21 -0400 Subject: Dark theme, migrated blog posts and Netlify stuff --- static/admin/config.yml | 21 +++++++++++++++++++++ static/admin/index.html | 12 ++++++++++++ static/silicon-linux.html | 40 ++++++++++++++++++++++++++++++++++++++++ static/sw.js | 1 + 4 files changed, 74 insertions(+) create mode 100644 static/admin/config.yml create mode 100644 static/admin/index.html create mode 100644 static/silicon-linux.html create mode 100644 static/sw.js (limited to 'static') diff --git a/static/admin/config.yml b/static/admin/config.yml new file mode 100644 index 0000000..97288f2 --- /dev/null +++ b/static/admin/config.yml @@ -0,0 +1,21 @@ +backend: + name: git-gateway + branch: master # Branch to update (optional; defaults to master) + + media_folder: assets/img/ + public_folder: /img + + collections: + - name: 'blog' + label: 'Blog' + format: 'md' + 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 new file mode 100644 index 0000000..78757e4 --- /dev/null +++ b/static/admin/index.html @@ -0,0 +1,12 @@ + + + + + + Content Manager + + + + + + \ No newline at end of file diff --git a/static/silicon-linux.html b/static/silicon-linux.html new file mode 100644 index 0000000..c82dc45 --- /dev/null +++ b/static/silicon-linux.html @@ -0,0 +1,40 @@ + + + + What happened to Silicon Linux? + + + + +
+

Silicon Linux

+
+
+

Project Status: Dead

+
+

Hey, if you are visiting this website you might say where is the Silicon Linux website?

+

Well... We discontinued it due to not much activity and motivation and the only work we have done to it is the + website.

+

So as the founder of Silicon Linux I had to close the team down and take down the website, so if you're + interested on what's going on in the future. Alee Productions will be my main focus now and Silicon Linux's domain + will + expire in 2 years

+

If you're interested on what i'm doing now, be sure to join my Discord + and also visit my website and I hope I will see you there.

+

Thanks,

+

Alee (Founder of Silicon Linux)

+ + + \ No newline at end of file diff --git a/static/sw.js b/static/sw.js new file mode 100644 index 0000000..ea69899 --- /dev/null +++ b/static/sw.js @@ -0,0 +1 @@ +// THIS FILE SHOULD NOT BE VERSION CONTROLLED -- cgit v1.2.3