https://github.com/arcatdmz/blog
Source code of blog.junkato.jp
https://github.com/arcatdmz/blog
blog mdx nextjs semantic-ui semantic-ui-react typescript website
Last synced: 8 months ago
JSON representation
Source code of blog.junkato.jp
- Host: GitHub
- URL: https://github.com/arcatdmz/blog
- Owner: arcatdmz
- Created: 2021-03-16T18:20:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T17:51:12.000Z (over 1 year ago)
- Last Synced: 2024-07-27T19:10:14.734Z (over 1 year ago)
- Topics: blog, mdx, nextjs, semantic-ui, semantic-ui-react, typescript, website
- Language: TypeScript
- Homepage: https://blog.junkato.jp
- Size: 98.1 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog.junkato.jp
[](https://github.com/arcatdmz/blog/actions/workflows/publish.yml)
## Directory structure
- `src/`: blog articles
- `default/`: English articles
- `ja/`: Japanese articles
- `public/`: resource files
- `images/`: images used in blog articles
## Production build
```sh
$ npm ci --no-optional
$ npm run download
$ npm run build
$ npm run export
$ npx http-server out
```
## Debug build
```sh
$ npm i
$ npm run dev
```
## See also
- [arcatdmz/arcatdmz.github.io](https://github.com/arcatdmz/arcatdmz.github.io): junkato.jp source code
---
https://github.com/arcatdmz/blog