Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mika-f/natsuneko.blog
my personal tech blog
https://github.com/mika-f/natsuneko.blog
Last synced: 4 days ago
JSON representation
my personal tech blog
- Host: GitHub
- URL: https://github.com/mika-f/natsuneko.blog
- Owner: mika-f
- Created: 2022-01-28T11:54:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T11:11:18.000Z (7 months ago)
- Last Synced: 2024-05-02T02:21:27.958Z (7 months ago)
- Language: TypeScript
- Homepage: https://natsuneko.blog
- Size: 1.86 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# natsuneko.blog
Blog site by natsuneko, powered by Next.js.
## Development
### Start Dev Server
```bash
$ yarn run dev
```### Publish
```bash
$ git push origin main # automatically renderer by Vercel
```## Markdown Extensions
### CodeBlock with Filename
````codeblock
```lang:filename
some code here
```
````### Image Height & Width
Add `height=xxx` and/or `width=xxx` to image url.
```
![](https://assets.natsuneko.blog/images/20160224/20160224190500.png?height=xxx&width=xxx)
```### Extract URL Titles
Add `:title` to url.
```
[](https://github.com/mika-f:title)
```### Embedded URL
Add `:embed` to url
```
[](https://www.youtube.com/watch?v=7CQPvJqea-M:embed)
```## License
- Blog contents are licensed under the CC-BY-SA 4.0
- Blog sources are licensed under the MIT