Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonai/blog
My blog
https://github.com/tonai/blog
Last synced: 4 days ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/tonai/blog
- Owner: tonai
- Created: 2024-01-22T10:24:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T08:36:11.000Z (2 months ago)
- Last Synced: 2024-11-20T10:38:22.812Z (2 months ago)
- Language: TypeScript
- Size: 53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Website and Blog
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
You can access the deployed version [here](https://tonai.github.io/blog/).
## Installation
```
$ npm i
```## Local Development
```
$ npm run start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
## Build
```
$ npm run build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.