~deasea/dcwalker.ca

Personal website
add alt text and aria labels a18y
fix year and add profile
update index and add initial site data

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~deasea/dcwalker.ca
read/write
git@git.sr.ht:~deasea/dcwalker.ca

You can also use your local clone with git send-email.

#dcwalker.ca

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.

#Deploy

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