| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-13 | Update deployment instructionsHEADmaster | Matthijs van der Wild | |
| 2026-03-13 | Create output directory if it does not exist | Matthijs van der Wild | |
| 2026-03-13 | Publish input directory recursively | Matthijs van der Wild | |
| I want to have some control over how the input directory is processed. publish() takes the input directory and scans its immediate contents. Files are copied to the output directory, and publish is applied to the subdirectories again. I added the convention that, if a subdirectory starts with an underscore, the contents are to be copied to the .well-known directory instead. The contents are assumed to be files and the script will fail if it contains a subdirectory. I have added a limit to how deep the script will recurse into the input directory. This is currently not exposed to the user. | |||
| 2026-03-13 | Add Bluesky verification | Matthijs van der Wild | |
| According to Bluesky the DID value is not sensitive: Step 3 above contains all of the information you’ll need to add to your domain. The DID value is public and not sensitive information. Source: https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial Note that this value is accessible through a browser anyway. Adding it to the website source files will help redeploy the website if necessary. | |||
| 2025-01-08 | Ready. Set. Go! | Matthijs van der Wild | |