https://github.com/konstantinsimeonov/blog
minimal blog site
https://github.com/konstantinsimeonov/blog
blog nextjs programming
Last synced: 2 months ago
JSON representation
minimal blog site
- Host: GitHub
- URL: https://github.com/konstantinsimeonov/blog
- Owner: KonstantinSimeonov
- Created: 2023-03-22T09:37:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T08:08:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T06:47:19.440Z (over 1 year ago)
- Topics: blog, nextjs, programming
- Language: TypeScript
- Homepage: https://blog.konsimeonov.lol
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Blog
Built with nextjs canary and experimental app dirfor which I suffered
## Running
```bash
npm i
npm run dev
```
## Todos
- fix code highlighting not wrapping properly
- bit the bullet and let the double scroll live for now
- maybe switch to vite ssg
- ~research how to render a javascript-free site~
- `unstable_runtimeJS: false` isn't working for this version of next so far
- **turbo nuked the unnecessary scripts with a regex, lmao**
- ~add prettier and spellcheck~
- ~fix the rehype shiki deps~
- add documentation
- language playground integration
- a link which redirects to playground
- iframe with playground
- integrated playground
- ~center the layout~
- ~gzip the stuff~