diff --git a/.storybook/manager.js b/.storybook/manager.js new file mode 100644 index 0000000..d2a2be8 --- /dev/null +++ b/.storybook/manager.js @@ -0,0 +1,6 @@ +import { addons } from '@storybook/manager-api' +import theme from './theme' + +addons.setConfig({ + theme: theme, +}) diff --git a/.storybook/theme.js b/.storybook/theme.js new file mode 100644 index 0000000..c6296a6 --- /dev/null +++ b/.storybook/theme.js @@ -0,0 +1,8 @@ +import { create } from '@storybook/theming/create' + +export default create({ + brandTitle: 'Satūs', + brandUrl: 'https://satus.darkroom.engineering/', + brandImage: 'https://satus.darkroom.engineering/images/darkroom.svg', + brandTarget: '_self', +}) diff --git a/public/admin/index.html b/public/admin/index.html deleted file mode 100644 index 4bf6adb..0000000 --- a/public/admin/index.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - TinaCMS - - - - - - - - -
- - \ No newline at end of file diff --git a/public/images/darkroom.svg b/public/images/darkroom.svg new file mode 100644 index 0000000..eb5d0a6 --- /dev/null +++ b/public/images/darkroom.svg @@ -0,0 +1,10 @@ + + + + + + + + + +