@westegg/gatsby-theme-misk

0.0.49 • Public • Published

@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"
  }
}

/@westegg/gatsby-theme-misk/

    Package Sidebar

    Install

    npm i @westegg/gatsby-theme-misk

    Weekly Downloads

    40

    Version

    0.0.49

    License

    MIT

    Unpacked Size

    6.5 kB

    Total Files

    10

    Last publish

    Collaborators

    • adrw
    • adrw-ci