Making a Docusaurus site
ยท 3 min read
Coding a static siteโ
This project originated from my desire have a website. My criteria were:
- Don't use Wordpress
- Show my ability to execute simple, elegant code with function before form
I started by coding a website from scratch with HTML and CSS. Learning to lay out the page with nested divs and flexbox styling was fun but time-consuming. Starting without a sketch was a mistake. But rapid iteration drilled the key concepts quickly.
