add alt text and aria labels a18y
fix year and add profile
update index and add initial site data
This repository holds the source code and static assets of dcwalker.ca, built with 11ty and TailwindCSS.
Copyright (C) 2023 Dawn Walker.
Unless otherwise indicated, dcwalker.ca content and documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, a copy of which is in this repo: LICENSE.
The site is hosted as a custom domain with sourcehut pages, and currently manually deployed.
Once ready to deploy, first tar
it:
tar -cvz _site > site.tar.gz
then publish it using curl
:
curl --oauth2-bearer "$bearer_token" \
-Fcontent=@site.tar.gz \
https://pages.sr.ht/publish/dcwalker.ca