mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
No description
07e19edbaf
This article received some good feedback from #twim:matrix.org in Matrix. Some clarifications I made: - @cos:hacklab.fi mentioned that Element/Synapse are open-source; I opened the article by mentioning that FOSS alone isn't enough and added a note on their complexity to the matrix/element case-study - @sorunome:sorunome.de mentioned that there is no "reference implementation" of Matrix; I rephrased a sentence to state that Element "practically serves as the reference client implementation". - Clarify that Element builds "most of" the spec instead of being in charge of it; the Spec Core Team (SCT) is a different entity but is made mostly of Element employees. - Changed leaving implementations out of decisions to leaving implementation feasibility out of decisions. |
||
---|---|---|
archetypes | ||
assets | ||
content | ||
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)
- Zopfli (optional; set
NO_STATIC=1
to disable) - 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.