This is a rebuild of my site and blog posts to be managed through code, be statically genereated and versioned.
run npm run start
- design inspiration
- convert blog content from old site to json/md
- refactor resume content
- add favicon
- style resume
- add collapse/expand all for sections
- style TLDR
- update posts MDs to use TLDR template
- remove
_blank
targets, fix links (https://thenounproject.com/)
- refactor page metadata (different page title than h1)
- add hero images to blog posts
- style Contact page
- style Work page
- find tech icons from https://www.freepik.com/icons
- style Blog Archive page
- add new blog content
- Add Accessibility Statement w3c generator tool
- look into ko-fi for donations
- add rel=canonical link to head
- fix URL base when deployed to GH pages (https://maarten.be/blog/20220730/how-to-deploy-your-eleventy-website-to-github-pages-with-github-actions/, https://www.11ty.dev/docs/plugins/html-base/)