The source for the site at www.nthall.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
867 B

5 years ago
5 years ago
2 years ago
2 years ago
2 years ago
  1. # My site (nthall.com)
  2. My site is based on the [eleventy-base-blog template](https://github.com/11ty/eleventy-base-blog).
  3. If you're viewing this on code.nthall.com, the original README for that project is available on branch "upstream".
  4. Currently, deploy is done by pushing directly to `mybox`.
  5. Render with `gulp` or check the list of exports in `gulpfile.js` for individual build steps.
  6. ## TODO:
  7. - Specific/soon:
  8. - [X] update git hook for more granular gulp execution (most notably, don't run `deps` if no changes to `package.json`
  9. - [ ] post more haha
  10. - [ ] december birding trip
  11. - General/someday:
  12. - [ ] consider automated deploy via gitea?
  13. - [ ] better thumbnail generation via ML thumbnail package?
  14. - [ ] improve webmention support?
  15. - [X] [improve anchor-link accessibility](https://amberwilson.co.uk/blog/are-your-anchor-links-accessible/)