Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 |