mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Update README with basic build info
This commit is contained in:
parent
8fdee5d244
commit
3f2233d35e
1 changed files with 25 additions and 0 deletions
25
README.md
25
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue