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 f61bbfe3d2
Update assets with precompressed versions
No need to re-compress the same file every CI job.
2021-06-13 17:25:59 -07:00
archetypes Batman!! (this commit has no parents) 2020-11-03 15:52:34 -08:00
assets Update assets with precompressed versions 2021-06-13 17:25:59 -07:00
content Update FLoC article to reflect changed stance 2021-06-11 15:08:29 -07:00
layouts Update assets with precompressed versions 2021-06-13 17:25:59 -07:00
static Update assets with precompressed versions 2021-06-13 17:25:59 -07:00
.browserslistrc Move link-checking and browserslist out of hintrc 2020-12-14 22:12:52 -08:00
.build.yml Switch from Zopfli to Efficient Compression Tool 2021-06-02 20:01:40 -07:00
.gitignore IndieWeb: gather WebWentions with static-webmention 2021-01-09 21:48:34 -08:00
.hintrc Drop unnecessary x-ua-compatible header 2021-01-10 22:12:23 -08:00
.lighthouserc.yml Use brotli_static with max brotli compression 2020-12-30 23:51:14 -08:00
.rsyncignore Add new directory to .rsyncignore 2021-05-30 20:30:19 -07: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 Allow data: URI images in Hugo devserver CSP 2021-06-11 15:08:09 -07: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 Update assets with precompressed versions 2021-06-13 17:25:59 -07: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 Switch from Zopfli to Efficient Compression Tool 2021-06-02 20:01:40 -07: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)
  • Efficient Compression Tool with patches from MegaByte (optional; set NO_STATIC=1 to disable). It's like zopfli but more efficient and faster.
  • 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:

CI also runs static-webmention to gather a list of WebMentions for me to send and review manually.

See the Makefile for details.