Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aoirint/aoirint-blog-gatsby2

blog.aoirint.com: Gatsbyプロジェクト
https://github.com/aoirint/aoirint-blog-gatsby2

bulma gatsby

Last synced: about 22 hours ago
JSON representation

blog.aoirint.com: Gatsbyプロジェクト

Awesome Lists containing this project

README

        

# aoirint-blog-gatsby2

## Dependencies

- Node 20 (>= 20.7.0)
- npm 10

```shell
npm ci
```

## Usage
### Add articles from another repository

Create `contents` directory on the repository root.
Then add markdown files to the `contents/src` directory.

```shell
git clone https://github.com/aoirint/aoirint-blog-contents.git contents
```

### Preview

```shell
npm run develop
```

### Deploy

```shell
npm run clean && npm run build && npm run deploy
```