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 64496029ff
Add new/updated files for testing
Add new/updated config files for lighthouse, webhint, and lychee.
Ignore artifacts produced by lighthouse in .gitignroe
2020-12-21 16:47:40 -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 Include layout in web best practices 2020-12-21 16:41:46 -08:00
layouts Add date last updated (gitinfo) 2020-12-21 16:39:23 -08:00
static Metadata: description + cache-bust manifest icons 2020-12-19 17:50:55 -08:00
themes/etch-custom Add date last updated (gitinfo) 2020-12-21 16:39:23 -08:00
.browserslistrc Move link-checking and browserslist out of hintrc 2020-12-14 22:12:52 -08:00
.build.yml Add date last updated (gitinfo) 2020-12-21 16:39:23 -08:00
.gitignore Add new/updated files for testing 2020-12-21 16:47:40 -08:00
.hintrc Add new/updated files for testing 2020-12-21 16:47:40 -08:00
.rsyncignore CI: use Makefile to lint, build, and deploy 2020-12-12 21:04:01 -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 Add new/updated files for testing 2020-12-21 16:47:40 -08:00
config.toml Add date last updated (gitinfo) 2020-12-21 16:39:23 -08:00
LICENSE Batman!! (this commit has no parents) 2020-11-03 15:52:34 -08:00
lychee.toml Add new/updated files for testing 2020-12-21 16:47:40 -08:00
Makefile Add date last updated (gitinfo) 2020-12-21 16:39:23 -08:00
Makefile.online Add new/updated files for testing 2020-12-21 16:47:40 -08:00
README.md Update README with basic build info 2020-12-21 16:45:50 -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.79 or later
  • Make
  • Git (Hugo uses Git info for features like date last updated)
  • Zopfli (optional; set NO_GZIP_STATIC=1 to disable)
  • POSIX utils: grep, find, etc.

To deploy:

  • ssh
  • rsync
  • zstd

To lint:

See the Makefile for details.