Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tenpamk2/gatsby-theme-figure-blog
The blogging theme that is suitable for Bishoujo Figure photographs.
https://github.com/tenpamk2/gatsby-theme-figure-blog
blog gatsby gatsby-theme monorepo
Last synced: 28 days ago
JSON representation
The blogging theme that is suitable for Bishoujo Figure photographs.
- Host: GitHub
- URL: https://github.com/tenpamk2/gatsby-theme-figure-blog
- Owner: tenpaMk2
- License: mit
- Created: 2023-01-15T09:03:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T06:52:24.000Z (over 1 year ago)
- Last Synced: 2024-12-15T15:21:41.239Z (about 2 months ago)
- Topics: blog, gatsby, gatsby-theme, monorepo
- Language: JavaScript
- Homepage:
- Size: 7.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-theme-figure-blog workspace
The monorepo for developing `gatsby-theme-figure-blog` .
If you want to use `gatsby-theme-figure-blog` ,
see [theme/README.md](./theme/README.md)## Layout
`example/` directory is for example web site that uses `gatsby-theme-figure-blog` .
`theme/` directory is for theme files.
## Develop
```shell
npm install
``````shell
npm -w example run clean
``````shell
npm -w example run develop
```Access or .
## Reference theme
| Theme | Author |
| :---------------------------------------------------------------------------------------------------------------- | :-------- |
| [gatsby-theme-minimal-blog](https://github.com/LekoArts/gatsby-themes/tree/main/themes/gatsby-theme-minimal-blog) | LekoArts |
| [gatsby-theme-crudzoo](https://github.com/Hidekazoo/gatsby-theme-crudzoo/) | Hidekazoo |
| [gatsby-starter-minimal](https://github.com/gatsbyjs/gatsby-starter-minimal) | gatsbyjs |