the @magic-theme for @grundstein. shared between all @grundstein pages to get unify color scheme and page layout
npm install --save --save-exact @grundstein/magic-theme
// config.mjs:
export default {
//... other config
THEME: '@grundstein/magic-theme',
// multiple themes
// THEME: [...other themes, '@grundstein/magic-theme'],
}
@magic will then import and use the theme automagically.
first release
update logo
fix: Footer links.
bump required node version to 14.2.0
update @magic-themes/project
- update dependencies
- fix logo usage to make sure state exists
add EarlyBird module
- update dependencies
- fix all links from grundstein.it to grundstein.github.io
...