Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Gatbsy Advent Theme Workspace

npm version

code style: prettier

[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
```