1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
No description
Find a file
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
archetypes Batman!! (this commit has no parents) 2020-11-03 15:52:34 -08:00
assets Webmanifest: re-use mask_icon as monochrome icon 2020-12-21 16:40:27 -08:00
content Update fav anime in about page 2021-01-03 03:21:58 -08:00
layouts Indieweb: add u-photo and h-entry where relevant 2020-12-29 15:06:51 -08:00
static Indieweb: add PGP key to h-entry 2020-12-29 10:05:07 -08:00
themes/etch-custom IndieWeb: Receive webmentions 2021-01-09 16:18:27 -08:00
.browserslistrc Move link-checking and browserslist out of hintrc 2020-12-14 22:12:52 -08:00
.build.yml CI: fetch a brotli-compressed tarball of binaries 2021-01-02 17:23:14 -08:00
.gitignore CI: don't install packages globally 2020-12-23 18:22:03 -08:00
.hintrc Use brotli_static with max brotli compression 2020-12-30 23:51:14 -08:00
.lighthouserc.yml Use brotli_static with max brotli compression 2020-12-30 23:51:14 -08:00
.rsyncignore IndieWeb: Receive webmentions 2021-01-09 16:18:27 -08:00
.stylelintignore CI: use Makefile to lint, build, and deploy 2020-12-12 21:04:01 -08:00
.stylelintrc.json CI: use Makefile to lint, build, and deploy 2020-12-12 21:04:01 -08:00
budget.json CI: test with lighthouse, webhint in staging 2020-12-23 17:04:28 -08:00
config.toml Devserver: fix CSP to allow livereload script 2021-01-02 17:24:27 -08:00
LICENSE Batman!! (this commit has no parents) 2020-11-03 15:52:34 -08:00
lychee.toml CI: test with lighthouse, webhint in staging 2020-12-23 17:04:28 -08:00
Makefile Compress svg files ahead of time 2021-01-04 12:45:45 -08:00
Makefile.online Makefile.online: add redbot 2020-12-22 18:11:19 -08:00
package.json CI: save lighthouse artifacts 2020-12-23 21:47:58 -08:00
README.md Use brotli_static with max brotli compression 2020-12-30 23:51:14 -08:00

seirdy.one

sourcehut GitLab
mirror GitHub
mirror

builds.sr.ht
status

Code for my personal website, seirdy.one. Built with Hugo.

Dependencies

To build:

  • Hugo 0.75 or later
  • Make
  • Git (Hugo uses Git info for features like date last updated)
  • Zopfli (optional; set NO_STATIC=1 to disable)
  • Brotli (optional; set NO_STATIC=1 to disable)
  • POSIX utils: grep, find, etc.

To deploy:

  • ssh
  • rsync
  • zstd

To lint:

To test in CI, after deploying to the staging environment:

See the Makefile for details. The CI saves lighthouse reports as a build artifact.