1.0.0 • Published 5 years ago

gatsby-theme-monolith v1.0.0

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

A Gatsby Theme designed to work with monolith

gatsby new my-theme https://github.com/danspratling/gatsby-theme-monolith

Layout

.
└── gatsby-theme-monolith
    ├── src
    │   ├── gatsby-plugin-theme-ui
    │   │   └── index.ts
    │   └── pages
    │       └── theme.tsx
    ├── gatsby-config.js
    ├── gatsby-node.js
    ├── index.js
    ├── package.json
    └── README.md

4 folders, 7 files

gatsby-theme-monolith

Despite its name, Monolith UI is a very basic gatsby theme. It's designed as a starter for a custom gatsby theme, only containing a default component and some theme settings. It can be extended on its own but it's best used in conjunction with the Gatsby Monolith Workspace

It is built using Typescript and Theme-UI

This project is not buildable as it is designed to be extended upon (and therefore build will happen there).