mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Update README with lighthouse info
This commit is contained in:
parent
ed13aeb13f
commit
c7bf31df75
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -7,15 +7,17 @@ mirror](https://img.shields.io/badge/mirror-GitLab-orange.svg?logo=gitlab)](http
|
|||
[![GitHub
|
||||
mirror](https://img.shields.io/badge/mirror-GitHub-black.svg?logo=github)](https://github.com/Seirdy/seirdy.one)
|
||||
|
||||
[![builds.sr.ht status](https://builds.sr.ht/~seirdy/seirdy.one.svg)](https://builds.sr.ht/~seirdy/seirdy.one)
|
||||
[![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
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
To build:
|
||||
|
||||
- Hugo 0.79 or later
|
||||
- Hugo 0.75 or later
|
||||
- Make
|
||||
- Git (Hugo uses Git info for features like date last updated)
|
||||
- Zopfli (optional; set `NO_GZIP_STATIC=1` to disable)
|
||||
|
@ -34,4 +36,9 @@ To lint:
|
|||
- [webhint CLI](https://github.com/webhintio/hint)
|
||||
- [lychee](https://github.com/lycheeverse/lychee)
|
||||
|
||||
See the `Makefile` for details.
|
||||
To test in CI, after deploying to the staging environment:
|
||||
|
||||
- webhint CLI
|
||||
- [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci)
|
||||
|
||||
See the `Makefile` for details. The CI saves lighthouse reports as a build artifact.
|
||||
|
|
Loading…
Reference in a new issue