diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-29 10:57:21 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-29 10:57:21 -0400 |
| commit | 37522c3ce749f6582c47e892c935297220e926dc (patch) | |
| tree | d3e509449cd95fd99ad60ec08c1614f1a8145327 /assets | |
| parent | 893f5e94ce199d4ad2a976805b06d0e95fa45888 (diff) | |
| download | personal-website-37522c3ce749f6582c47e892c935297220e926dc.tar.gz personal-website-37522c3ce749f6582c47e892c935297220e926dc.tar.bz2 personal-website-37522c3ce749f6582c47e892c935297220e926dc.zip | |
Dark theme, migrated blog posts and Netlify stuff
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/content/blog/2018-11-18-new-website.md | 17 | ||||
| -rw-r--r-- | assets/content/blog/2018-11-24-new-computer-soon.md | 13 | ||||
| -rw-r--r-- | assets/content/blog/2019-04-05-website-overhaul.md | 11 | ||||
| -rw-r--r-- | assets/img/landing_page.png | bin | 0 -> 192113 bytes | |||
| -rw-r--r-- | assets/variables.scss | 4 |
5 files changed, 45 insertions, 0 deletions
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,<br> +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,<br> +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,<br> +Andrew
\ No newline at end of file diff --git a/assets/img/landing_page.png b/assets/img/landing_page.png Binary files differnew file mode 100644 index 0000000..d72a9dc --- /dev/null +++ b/assets/img/landing_page.png 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; |
