Removed custom default theme favoring upstream default theme
The theme was “ejected” and customised, however now with VuePress update, trying to use theme from VuePress package, meaning we’ll get more updates to theme, but need to modify some pages slightly to fit theme features. New Footer component to standardise, and moved out Home pages parts to theme provided blocks for hero part.
Signed-off-by:
Julian Gallimore <julian@mactwister.com>
parent
c26d8d0f
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- .nvmrc 1 addition, 1 deletion.nvmrc
- .vuepress/components/Footer.vue 32 additions, 0 deletions.vuepress/components/Footer.vue
- .vuepress/components/Sponsors.vue 8 additions, 1 deletion.vuepress/components/Sponsors.vue
- .vuepress/config.js 18 additions, 9 deletions.vuepress/config.js
- .vuepress/enhanceApp.js 6 additions, 1 deletion.vuepress/enhanceApp.js
- .vuepress/public/2021_Banner-01.png 0 additions, 0 deletions.vuepress/public/2021_Banner-01.png
- .vuepress/styles/index.styl 16 additions, 0 deletions.vuepress/styles/index.styl
- .vuepress/styles/palette.styl 0 additions, 8 deletions.vuepress/styles/palette.styl
- .vuepress/theme/AlgoliaSearchBox.vue 0 additions, 156 deletions.vuepress/theme/AlgoliaSearchBox.vue
- .vuepress/theme/DropdownLink.vue 0 additions, 181 deletions.vuepress/theme/DropdownLink.vue
- .vuepress/theme/DropdownTransition.vue 0 additions, 33 deletions.vuepress/theme/DropdownTransition.vue
- .vuepress/theme/Home.vue 0 additions, 239 deletions.vuepress/theme/Home.vue
- .vuepress/theme/Layout.vue 0 additions, 183 deletions.vuepress/theme/Layout.vue
- .vuepress/theme/NavLink.vue 0 additions, 49 deletions.vuepress/theme/NavLink.vue
- .vuepress/theme/NavLinks.vue 0 additions, 160 deletions.vuepress/theme/NavLinks.vue
- .vuepress/theme/Navbar.vue 0 additions, 150 deletions.vuepress/theme/Navbar.vue
- .vuepress/theme/NotFound.vue 0 additions, 26 deletions.vuepress/theme/NotFound.vue
- .vuepress/theme/Page.vue 0 additions, 259 deletions.vuepress/theme/Page.vue
- .vuepress/theme/SWUpdatePopup.vue 0 additions, 85 deletions.vuepress/theme/SWUpdatePopup.vue
.vuepress/components/Footer.vue
0 → 100644
File moved
.vuepress/theme/AlgoliaSearchBox.vue
deleted
100644 → 0
.vuepress/theme/DropdownLink.vue
deleted
100644 → 0
.vuepress/theme/Home.vue
deleted
100644 → 0
.vuepress/theme/Layout.vue
deleted
100644 → 0
.vuepress/theme/NavLink.vue
deleted
100644 → 0
.vuepress/theme/NavLinks.vue
deleted
100644 → 0
.vuepress/theme/Navbar.vue
deleted
100644 → 0
.vuepress/theme/NotFound.vue
deleted
100644 → 0
.vuepress/theme/Page.vue
deleted
100644 → 0
.vuepress/theme/SWUpdatePopup.vue
deleted
100644 → 0
Please register or sign in to comment