Repo for my personal website. If you want to create your own website fast, you can use it. It is very opinionated and experimental. I am intentionally not using a database and trying to do it with .json files. This is mainly for people who can actually code at least a little bit.
- Angular - pre-rendering, no SSR
- Tailwind
- Marked.js, Prism.js
- Blogs from markdown files
- Pages from markdown files
- Filter blogs
- Keep cleaning
- Add tests
- Add personal tweet/status update feature
- Filter blogs by tags
- Remove hardcoded data to .env files
Create a personal website framework for developers that's easy to update and not connected to outside things. The database will remain flat-file based and Markdown format.
- Clean code
- Modularity
- Tested