From 848f1ca425e03cdcf7503ab51d80711bbf28c0f2 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 30 Apr 2020 15:01:40 -0400 Subject: Major changes in home page, added stuff on other pages and favicon --- assets/img/Alee.png | Bin 0 -> 81539 bytes components/Footer.vue | 8 ++-- components/Navbar.vue | 15 ++++++- layouts/default.vue | 2 +- nuxt.config.js | 13 +++++- package.json | 10 ++--- pages/blog/index.vue | 31 +++++++++++-- pages/index.vue | 111 +++++++++++++++++++++++++++++++++++++++++++---- pages/projects/index.vue | 24 ++++++++-- static/admin/config.yml | 7 +-- static/favicon.ico | Bin 0 -> 15406 bytes 11 files changed, 189 insertions(+), 32 deletions(-) create mode 100755 assets/img/Alee.png create mode 100644 static/favicon.ico diff --git a/assets/img/Alee.png b/assets/img/Alee.png new file mode 100755 index 0000000..caf3204 Binary files /dev/null and b/assets/img/Alee.png differ diff --git a/components/Footer.vue b/components/Footer.vue index a2b514e..1890e08 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -1,9 +1,9 @@ diff --git a/components/Navbar.vue b/components/Navbar.vue index 725a666..6d65501 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -12,6 +12,19 @@ Projects + + + mdi-github + + + mdi-twitter + + + mdi-youtube + + + mdi-discord + @@ -20,9 +33,7 @@ export default { name: 'Navbar' } - diff --git a/layouts/default.vue b/layouts/default.vue index 9640fce..abe0489 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,5 +1,5 @@