@grundstein/magic-theme
v0.0.8
Published
this is the foundational theme for all @grundstein pages
Downloads
5
Readme
@grundstein/magic-theme
the @magic-theme for @grundstein. shared between all @grundstein pages to get unify color scheme and page layout
install:
npm install --save --save-exact @grundstein/magic-theme
usage:
import:
// 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.
changelog
0.0.1
first release
0.0.2
update logo
0.0.3
fix: Footer links.
0.0.4
bump required node version to 14.2.0
0.0.5
update @magic-themes/project
0.0.6
- update dependencies
- fix logo usage to make sure state exists
0.0.7
add EarlyBird module
0.0.8
- update dependencies
- fix all links from grundstein.it to grundstein.github.io
0.0.9 - unreleased
...