0.0.49 • Published 5 years ago

@westegg/gatsby-theme-misk v0.0.49

Weekly downloads
72
License
MIT
Repository
-
Last release
5 years ago

@westegg/gatsby-theme-digital-garden

This theme extends @westegg/gatsby-theme-digital-garden using React components from the Misk-Web.

It serves as the theme for the official Misk-Web docs site.

This Gatsby Theme lives in Westegg.

Westegg

Try out the demo

Copy the starter from the repo

Getting Started

git clone git@github.com:westegg/westegg.git
cp -r westegg/starters/westegg-misk new-site
cd new-site
yarn install
yarn build

Options

Options (defaults shown) can be set in gatsby-config.js as follows.

module.exports: {
  plugins: {
    resolve: "@westegg/gatsby-theme-digital-garden",
    options: {
      header: {
        home: {
          href: '/',
          label: 'Westegg Misk'
        },
        links: [
          {
            href: '/notes',
            label: 'Themes',
            category: 'Primary'
          }
        ]
      },
      mdx: true,
      mdxLayouts,
      notes: 'notes',
      notesPath: '/notes',
      posts,
      postsPath,
      projects,
      projectsPath
    }
  },
  siteMetadata: {
    title: "Westegg Misk"
  }
}
0.0.49

5 years ago

0.0.48

6 years ago

0.0.47

6 years ago

0.0.46

6 years ago

0.0.43

6 years ago

0.0.42

6 years ago

0.0.41

6 years ago

0.0.40

6 years ago

0.0.39

6 years ago

0.0.37

6 years ago

0.0.36

6 years ago

0.0.35

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago