Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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プロジェクト
- Host: GitHub
- URL: https://github.com/aoirint/aoirint-blog-gatsby2
- Owner: aoirint
- License: mit
- Created: 2021-11-20T15:48:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T07:54:10.000Z (about 1 year ago)
- Last Synced: 2025-01-20T03:46:09.438Z (7 days ago)
- Topics: bulma, gatsby
- Language: TypeScript
- Homepage: https://github.com/aoirint/aoirint-blog-deploy
- Size: 2.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 repositoryCreate `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
```