Added reading time + refactoring sidebar
Showing
- components/app/AppReadingTime.vue 40 additions, 0 deletionscomponents/app/AppReadingTime.vue
- components/blog/BlogMeta.vue 1 addition, 1 deletioncomponents/blog/BlogMeta.vue
- components/page/PageContainer.vue 0 additions, 5 deletionscomponents/page/PageContainer.vue
- nuxt.config.js 6 additions, 0 deletionsnuxt.config.js
- package.json 2 additions, 0 deletionspackage.json
- pages/_slug.vue 10 additions, 1 deletionpages/_slug.vue
- pages/blog/_slug.vue 7 additions, 0 deletionspages/blog/_slug.vue
- pages/faq/_slug.vue 7 additions, 0 deletionspages/faq/_slug.vue
- pages/lexique/_slug.vue 2 additions, 0 deletionspages/lexique/_slug.vue
- yarn.lock 17 additions, 0 deletionsyarn.lock
components/app/AppReadingTime.vue
0 → 100644
... | @@ -33,6 +33,7 @@ | ... | @@ -33,6 +33,7 @@ |
"nuxt-i18n": "^6.19.0", | "nuxt-i18n": "^6.19.0", | ||
"particles.vue": "^2.10.0", | "particles.vue": "^2.10.0", | ||
"postcss": "^7", | "postcss": "^7", | ||
"reading-time": "^1.3.0", | |||
"remark-breaks": "^2.0.1", | "remark-breaks": "^2.0.1", | ||
"tailwindcss": "npm:@tailwindcss/postcss7-compat", | "tailwindcss": "npm:@tailwindcss/postcss7-compat", | ||
"tailwindcss-dark-mode": "^1.1.7", | "tailwindcss-dark-mode": "^1.1.7", | ||
... | @@ -41,6 +42,7 @@ | ... | @@ -41,6 +42,7 @@ |
"devDependencies": { | "devDependencies": { | ||
"@ava/babel": "^1.0.1", | "@ava/babel": "^1.0.1", | ||
"@fortawesome/free-brands-svg-icons": "^5.15.2", | "@fortawesome/free-brands-svg-icons": "^5.15.2", | ||
"@fortawesome/free-regular-svg-icons": "^5.15.3", | |||
"@fortawesome/free-solid-svg-icons": "^5.15.2", | "@fortawesome/free-solid-svg-icons": "^5.15.2", | ||
"@nuxtjs/eslint-config": "^5.0.0", | "@nuxtjs/eslint-config": "^5.0.0", | ||
"@nuxtjs/eslint-module": "^3.0.2", | "@nuxtjs/eslint-module": "^3.0.2", | ||
... | ... |
Please register or sign in to comment