Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agneym/gatsby-theme-advent
A Gatsby theme for DevAdvent using Remark and Styled Components
https://github.com/agneym/gatsby-theme-advent
advent-of-code gatsby gatsby-theme gatsbyjs remark
Last synced: 27 days ago
JSON representation
A Gatsby theme for DevAdvent using Remark and Styled Components
- Host: GitHub
- URL: https://github.com/agneym/gatsby-theme-advent
- Owner: agneym
- Created: 2019-11-30T05:03:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T17:44:36.000Z (about 5 years ago)
- Last Synced: 2024-12-15T09:57:44.521Z (about 2 months ago)
- Topics: advent-of-code, gatsby, gatsby-theme, gatsbyjs, remark
- Language: JavaScript
- Homepage: https://blog.agney.dev/december
- Size: 822 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatbsy Advent Theme Workspace
[Demo](https://blog.agney.dev/december)
## Folder structure
1. example
Contains a starter and demo that installs and uses [`@agney/gatsby-theme-advent`](https://www.npmjs.com/package/@agney/gatsby-theme-advent).
2. gatsby-theme-advent
Contains the source for theme and [documentation](https://github.com/agneym/gatsby-theme-advent/tree/master/gatsby-theme-advent)
## Contributing
This theme makes use of [Yarn Workspaces](https://yarnpkg.com/lang/en/docs/workspaces/)
```bash
yarn # Install packages and dependencies
yarn dev
```