Personal site archive

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

Archives

  1. 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.
  2. [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