mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
No description
741dc6ed81
Fediverse users gave good feedback, and I found other info elsewhere. - Avoid the system-ui font - Re-clarify article scope (textual websites) - Mention dynamic content injection - Describe saving pages offline - Mention pictures of text versus narrow viewports - Remove unnecessary info on why i removed margins from figures - Mention indentation in preformatted code - Describe appropriate size ranges for inlining images. - Mention possibility of reporting issues in reading mode section - Add info on screen readers changing kb nav to "future updates" - Add info on special keyboard-driven browsers to "future updates" - Describe best-practices for alt-text, figcaptions, and briefly mention transcripts. - Add a conclusion Also fix anchors for headings containing HTML entities and some minor fixes throughout. |
||
---|---|---|
archetypes | ||
assets | ||
content | ||
csv | ||
layouts | ||
static | ||
.browserslistrc | ||
.build.yml | ||
.gitignore | ||
.hintrc | ||
.lighthouserc.yml | ||
.rsyncignore | ||
.stylelintignore | ||
.stylelintrc.json | ||
budget.json | ||
config.toml | ||
LICENSE | ||
lychee.toml | ||
Makefile | ||
Makefile.online | ||
package.json | ||
README.md |
seirdy.one
Code for my personal website, 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
with patches from
MegaByte
(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
- lychee
To test in CI, after deploying to the staging environment:
- webhint CLI
- lighthouse-ci
CI also runs static-webmention to gather a list of WebMentions for me to send and review manually.
See the Makefile
for details.