2020-11-03 15:46:20 -08:00
|
|
|
seirdy.one
|
|
|
|
==========
|
|
|
|
|
2021-06-02 18:59:54 -07:00
|
|
|
[](https://sr.ht/~seirdy/seirdy.one)
|
|
|
|
[](https://gitlab.com/Seirdy/seirdy.one)
|
|
|
|
[](https://github.com/Seirdy/seirdy.one)
|
2021-10-03 14:15:59 -07:00
|
|
|
[](https://codeberg.org/Seirdy/seirdy.one)
|
2020-11-03 15:46:20 -08:00
|
|
|
|
2021-06-02 18:59:54 -07:00
|
|
|
[](https://builds.sr.ht/~seirdy/seirdy.one)
|
2020-11-03 16:22:19 -08:00
|
|
|
|
2020-11-03 15:46:20 -08:00
|
|
|
Code for my personal website, [seirdy.one](https://seirdy.one). Built with Hugo.
|
2020-12-21 16:45:50 -08:00
|
|
|
|
2020-12-23 21:51:47 -08:00
|
|
|
Dependencies
|
|
|
|
------------
|
2020-12-21 16:45:50 -08:00
|
|
|
|
|
|
|
To build:
|
|
|
|
|
2020-12-23 21:51:47 -08:00
|
|
|
- Hugo 0.75 or later
|
2020-12-21 16:45:50 -08:00
|
|
|
- Make
|
|
|
|
- Git (Hugo uses Git info for features like date last updated)
|
2021-06-02 18:59:54 -07:00
|
|
|
- [Efficient Compression Tool](https://github.com/fhanau/Efficient-Compression-Tool)
|
|
|
|
with patches from
|
|
|
|
[MegaByte](https://github.com/MegaByte/Efficient-Compression-Tool/tree/iterations)
|
|
|
|
(optional; set `NO_STATIC=1` to disable). It's like zopfli but more efficient and faster.
|
2020-12-30 23:43:29 -08:00
|
|
|
- Brotli (optional; set `NO_STATIC=1` to disable)
|
2020-12-21 16:45:50 -08:00
|
|
|
- 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)
|
|
|
|
|
2020-12-23 21:51:47 -08:00
|
|
|
To test in CI, after deploying to the staging environment:
|
|
|
|
|
|
|
|
- webhint CLI
|
|
|
|
- [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci)
|
|
|
|
|
2021-06-02 18:59:54 -07:00
|
|
|
CI also runs [static-webmention](https://github.com/nekr0z/static-webmentions) to
|
|
|
|
gather a list of WebMentions for me to send and review manually.
|
2021-01-09 20:48:42 -08:00
|
|
|
|
2021-01-30 16:47:41 -08:00
|
|
|
See the `Makefile` for details.
|