https://github.com/kenryus/blog-vp
VuePress blog resorting for zen
https://github.com/kenryus/blog-vp
Last synced: 12 months ago
JSON representation
VuePress blog resorting for zen
- Host: GitHub
- URL: https://github.com/kenryus/blog-vp
- Owner: kenryuS
- Created: 2025-03-09T07:40:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T12:42:50.000Z (over 1 year ago)
- Last Synced: 2025-03-11T13:33:20.934Z (over 1 year ago)
- Language: Nix
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog in VuePress
After I made website for one of my club, I realized that I wasted time on not only that site, but also on [my previous blog site](https://github.com/kenryuS/blog).
After all, I didn't need any of these bs:
* Hand made CMS console
* Article tagging system
* CSS that is overwhelmingly hard to modify and extend
* Vercel
* Poorly structured Postgresql
* blah, blah, blah ...
All I needed was, zen-ful, easy to configure, extendable, static markdown site just like good old GitHub Pages + Jekyll setup.
You know ..., like ..., just let me have some break.
I still wanted to keep my favorite framework: Vue.js, so I choose VuePress as the solution to this chaos.
This will, I mean ***MUST*** be **the final** "personal blog website" that I will code.