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 --- assets/content/blog/2018-11-18-new-website.md | 17 +++++++++++++++++ assets/content/blog/2018-11-24-new-computer-soon.md | 13 +++++++++++++ assets/content/blog/2019-04-05-website-overhaul.md | 11 +++++++++++ assets/img/landing_page.png | Bin 0 -> 192113 bytes assets/variables.scss | 4 ++++ 5 files changed, 45 insertions(+) create mode 100644 assets/content/blog/2018-11-18-new-website.md create mode 100644 assets/content/blog/2018-11-24-new-computer-soon.md create mode 100644 assets/content/blog/2019-04-05-website-overhaul.md create mode 100644 assets/img/landing_page.png create mode 100644 assets/variables.scss (limited to 'assets') diff --git a/assets/content/blog/2018-11-18-new-website.md b/assets/content/blog/2018-11-18-new-website.md new file mode 100644 index 0000000..e0fa63c --- /dev/null +++ b/assets/content/blog/2018-11-18-new-website.md @@ -0,0 +1,17 @@ +--- +layouts: post +author: Andrew Lee +--- + +Hey everyone, + +Welcome to the new Alee14 website! + +As you know this the alee14 website has gone thru lot of things... + +But I won't be explaining it now but yeah... + +There will be a lot of updates in the future! + +Thanks,
+Andrew diff --git a/assets/content/blog/2018-11-24-new-computer-soon.md b/assets/content/blog/2018-11-24-new-computer-soon.md new file mode 100644 index 0000000..397ecc1 --- /dev/null +++ b/assets/content/blog/2018-11-24-new-computer-soon.md @@ -0,0 +1,13 @@ +--- +layouts: post +author: Andrew Lee +--- + +Hey all, + +I want to make an update that soon I may get a new computer and my expectancy will be the **near** Christmas of 2018 (hopefully). But yeah here's the new setup doc that i've planned. + +https://docs.google.com/document/d/1TlDcpd56LHGVPYimdOe58HWUoFLw1QKkUyejhDdaBQg/edit + +Thanks,
+Andrew \ No newline at end of file diff --git a/assets/content/blog/2019-04-05-website-overhaul.md b/assets/content/blog/2019-04-05-website-overhaul.md new file mode 100644 index 0000000..5e121db --- /dev/null +++ b/assets/content/blog/2019-04-05-website-overhaul.md @@ -0,0 +1,11 @@ +--- +layouts: post +author: Andrew Lee +--- + +Hello all, + +It's been awhile.. so as you know I just rethemed the website and abandoned the old theme and we are currently using Materialize CSS as our theme. + +Thanks,
+Andrew \ No newline at end of file diff --git a/assets/img/landing_page.png b/assets/img/landing_page.png new file mode 100644 index 0000000..d72a9dc Binary files /dev/null and b/assets/img/landing_page.png differ diff --git a/assets/variables.scss b/assets/variables.scss new file mode 100644 index 0000000..f60e609 --- /dev/null +++ b/assets/variables.scss @@ -0,0 +1,4 @@ +// Ref: https://github.com/nuxt-community/vuetify-module#customvariables +// +// The variables you want to modify +// $font-size-root: 20px; -- cgit v1.2.3