1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Rohan Kumar
b1cc2f135d
Add well-known matrix responses to repo
They used to be in my nginx configs. make them static files instead.
2024-03-12 20:30:23 -04:00
Rohan Kumar
0642e75966
More .well-known stuff 2022-09-25 13:51:35 -07:00
Rohan Kumar
d970afb769
Don't delete ~seirdy symlink
On my tilde I use public_html/~seirdy so that seirdy.envs.net doesn't
have broken links.
2022-04-18 21:21:59 -07:00
Rohan Kumar
4b6cfbb9ed
Add bookmarks page
Pulls content exported from Buku, so I don't have to commit every time I
add a bookmark.

Since I added another nav item, I had to adjust the navbar css.
2022-03-07 22:40:26 -08:00
Rohan Kumar
5d6fb15bbc
Update .rsyncignore 2022-02-15 11:21:49 -08:00
Rohan Kumar
3300b72917
Update .rsyncignore 2022-02-03 19:15:56 -08:00
Rohan Kumar
853f4e9a61
Add new directory to .rsyncignore 2021-05-30 20:30:19 -07:00
Rohan Kumar
4d7625227b
IndieWeb: gather WebWentions with static-webmention
Update the Makefile to download the old version of the site, run
static-webmentions, and collect the WebMentions to send in a json file
saved as a build artifact.

Don't send these automatically; just save them for now. Until I work out
a solution to save sent WebMentions and avoid sending duplicates, I'll
keep the sending of WebMentions manual.

For some reason this caused webhint's axe/aria test to error out with a
"Protocol error" so I disabled it. Axe tests are covered by Lighthouse
anyway.
2021-01-09 21:48:34 -08:00
Rohan Kumar
bd094a6608
IndieWeb: Receive webmentions
Use a self-hosted instance of webmentiond to receive webmentions:
https://github.com/zerok/webmentiond
2021-01-09 16:18:27 -08:00
rohan kumar
40ea94c33b
CI: use Makefile to lint, build, and deploy
Switch from the deploy.sh shell script to a more configurable Makefile.
2020-12-12 21:04:01 -08:00