mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2025-02-25 15:50:05 +00:00
52 lines
2.6 KiB
Markdown
52 lines
2.6 KiB
Markdown
seirdy.one
|
|
==========
|
|
|
|
[](https://sr.ht/~seirdy/seirdy.one)
|
|
[](https://gitlab.com/Seirdy/seirdy.one)
|
|
[](https://github.com/Seirdy/seirdy.one)
|
|
[](https://codeberg.org/Seirdy/seirdy.one)
|
|
|
|
[](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.75 or later
|
|
- Make
|
|
- Git (Hugo uses Git info for features like date last updated)
|
|
- [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.
|
|
- Brotli (optional; set `NO_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)
|
|
|
|
To test in CI, after deploying to the staging environment:
|
|
|
|
- webhint CLI
|
|
- [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci)
|
|
|
|
CI also runs [static-webmention](https://github.com/nekr0z/static-webmentions) to
|
|
gather a list of WebMentions for me to send and review manually.
|
|
|
|
See the `Makefile` for details.
|