Monthly cleanup

This commit is contained in:
Damillora 2020-11-09 18:16:34 +07:00
parent a2e8b4ef74
commit f4560ca778
32 changed files with 1251 additions and 2061 deletions

View File

@ -1,6 +0,0 @@
export default ({ route, store }) => {
// Take the last value (latest route child)
console.log(route.meta);
const title = route.meta.reduce((title, meta) => meta.title || title, 'Damillora')
store.commit('SET_TITLE', title)
}

View File

@ -1,5 +1,4 @@
module.exports = {
mode: 'universal',
server: {
host: '0.0.0.0',
port: process.env.PORT || 14033
@ -11,10 +10,11 @@ module.exports = {
htmlAttrs: {
lang: 'en',
},
title: 'Damillora',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: 'Web developer, reviewer and content creator' }
{ hid: 'description', name: 'description', content: 'Web developer, reviewer and content creator' },
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
@ -80,6 +80,6 @@ module.exports = {
],
router: {
middleware: ['title']
middleware: []
},
}

View File

@ -16,13 +16,10 @@
"express": "^4.16.4",
"howler": "^2.1.2",
"node-fetch": "^2.6.0",
"node-sass": "^4.12.0",
"nuxt": "^2.0.0",
"sass-loader": "^8.0.0",
"tailwindcss": "^1.4.6",
"tall": "^3.0.0"
"tailwindcss": "^1.4.6"
},
"devDependencies": {
"nodemon": "^1.18.9"
"nodemon": "^2.0"
}
}

View File

@ -12,7 +12,7 @@ export default {
components: {
},
meta: {
head: {
title: 'About Damillora',
}
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Arcaea",
}
}

View File

@ -17,7 +17,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Arknights",
},
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Azur Lane",
},
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: BanG Dream! Girls Band Party (JP)",
},
}

View File

@ -17,7 +17,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: CUE!",
},
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Fate/Grand Order (JP)",
},
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Genshin Impact",
},
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Honkai Impact 3rd",
},
}

View File

@ -143,7 +143,7 @@ export default {
components: {
GameListItem,
},
meta: {
head: {
title: "Game Profile",
}
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Love Live! School Idol Festival (JP)",
}
}

View File

@ -17,7 +17,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Love Live! School idol festival ALL STARS",
},
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: maimai DX",
}
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: The IDOLM@STER Million Live: Theater Days",
},
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Nogikoi",
},
}

View File

@ -17,7 +17,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Project SEKAI COLORFUL STAGE!",
},
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: SOUND VOLTEX VIVID WAVE",
},
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Shadowverse",
}
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: THE IDOLM@STER: Shiny Colors",
}
}

View File

@ -11,7 +11,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Revue Starlight Re LIVE (EN)",
}
}

View File

@ -10,7 +10,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: Tokyo 7th Sisters",
},
}

View File

@ -15,7 +15,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: ",
},
}

View File

@ -16,7 +16,7 @@ export default {
components: {
},
meta: {
head: {
title: "Game Profile: 欅坂46・日向坂46 UNI'S ON AIR",
},
}

View File

@ -13,7 +13,7 @@ export default {
components: {
},
meta: {
head: {
title: 'Damillora',
}
}

View File

@ -40,7 +40,7 @@ export default {
components: {
},
meta: {
head: {
title: 'Social Media',
}
}

View File

@ -16,7 +16,7 @@ export default {
components: {
ProjectItem,
},
meta: {
head: {
title: "Project Portfolio",
}
}

View File

@ -37,7 +37,7 @@ export default {
ProjectItem,
GalleryImage
},
meta: {
head: {
title: "Project Portfolio",
}
}

View File

@ -40,7 +40,7 @@ export default {
ProjectItem,
GalleryImage
},
meta: {
head: {
title: "Project Portfolio",
}
}

3237
yarn.lock

File diff suppressed because it is too large Load Diff