Design decisions
The reason i used a classless CSS library simple.css is, it forces me to use semantic HTML, and also i can worry less about the design.
Sometimes it does confuse me, do I even like minimal design or am I just too lazy to create my own design. May be its both and it mostly worked out well for me.
Plans
- Like to have a blog, to write about my learnings, personal endeavours, critical decisions, software comparisions, and tech niche my workflows and setups.
Archives
- My first draft was just plain html and css, I hardcoded the entire site in a single page, but later decided to convert it into multi-page site.
- [2022 jan - 2022 dec] Used pug templating and gulp task runner for the ease of maintaining the source. You can check out source code @github repo