diff --git a/assets/avatar_black.jpg b/assets/avatar_black.jpg new file mode 100644 index 0000000..4c63f78 Binary files /dev/null and b/assets/avatar_black.jpg differ diff --git a/assets/avatar_transparent.png b/assets/avatar_transparent.png index 43735c0..df93b1b 100644 Binary files a/assets/avatar_transparent.png and b/assets/avatar_transparent.png differ diff --git a/assets/variables.scss b/assets/variables.scss index f60e609..8dbba83 100644 --- a/assets/variables.scss +++ b/assets/variables.scss @@ -1,4 +1,4 @@ // Ref: https://github.com/nuxt-community/vuetify-module#customvariables // // The variables you want to modify -// $font-size-root: 20px; +// $font-size-root: 20px; \ No newline at end of file diff --git a/layouts/default.vue b/layouts/default.vue index ae8a862..5a1d342 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -23,18 +23,17 @@ - - - mdi-email - - - Contact - - + - + Manuel
- Home - About - Work - Contact + Home + About + Work + Contact
- + @@ -90,7 +89,7 @@ export default { } ], miniVariant: false, - myName: 'Manuel Vogel', + myName: 'Rakantor', myEmail: 'rakantor.dev@gmail.com' } }, @@ -101,3 +100,12 @@ export default { } } + + \ No newline at end of file diff --git a/nuxt.config.js b/nuxt.config.js index 2b88fa1..77101ad 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -56,6 +56,7 @@ export default { vuetify: { customVariables: ['~/assets/variables.scss'], theme: { + options: { customProperties: true }, dark: true, themes: { dark: { diff --git a/pages/bio.vue b/pages/bio.vue index 6c36dce..343144b 100644 --- a/pages/bio.vue +++ b/pages/bio.vue @@ -10,11 +10,21 @@ full-stack web development in 2018. + + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index 2a61599..0e070e6 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,5 @@ diff --git a/store/README.md b/store/README.md deleted file mode 100644 index 1972d27..0000000 --- a/store/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# STORE - -**This directory is not required, you can delete it if you don't want to use it.** - -This directory contains your Vuex Store files. -Vuex Store option is implemented in the Nuxt.js framework. - -Creating a file in this directory automatically activates the option in the framework. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store).