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

Update README with basic build info

This commit is contained in:
Rohan Kumar 2020-12-21 16:45:50 -08:00
parent 8fdee5d244
commit 3f2233d35e
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -10,3 +10,28 @@ mirror](https://img.shields.io/badge/mirror-GitHub-black.svg?logo=github)](https
[![builds.sr.ht status](https://builds.sr.ht/~seirdy/seirdy.one.svg)](https://builds.sr.ht/~seirdy/seirdy.one)
Code for my personal website, [seirdy.one](https://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:
- stylelint
- csslint
- [webhint CLI](https://github.com/webhintio/hint)
- [lychee](https://github.com/lycheeverse/lychee)
See the `Makefile` for details.