1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/README.md
Rohan Kumar 0c64c5867b
Use brotli_static with max brotli compression
Compress with brotli ahead of time in CI, just like we do with zopfli
for gzip_static

Update hintrc to check for brotli compression.

Update lighthouse config to throttle CPU some more since brotli
decompression can be heavier.
2020-12-30 23:51:14 -08:00

2.1 KiB

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.