1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00
No description
Find a file
Rohan Kumar c2e146e7bc
More narrow screen optim for old browsers
Some old browser engines don't fully support hyphenation, so they need
some extra help. Now, the entire site should fit in a 150 CSS-pixel wide
viewport.

Clean up some link text too so the text alone is more useful.
2022-04-15 21:06:28 -07:00
archetypes Batman!! (this commit has no parents) 2020-11-03 15:52:34 -08:00
assets Add missing screenshot of focus indicators 2022-04-14 22:51:05 -07:00
content More narrow screen optim for old browsers 2022-04-15 21:06:28 -07:00
csv Add Weird Wide Webring 2022-03-15 17:15:27 -07:00
layouts More narrow screen optim for old browsers 2022-04-15 21:06:28 -07:00
static Re-add fake favicon.ico 2021-06-29 23:51:56 -07:00
.browserslistrc Update tooling 2021-06-30 00:06:55 -07:00
.build.yml CI: drop unused dep "jq" 2021-12-13 15:39:13 -08:00
.gitignore Update .gitignore 2022-02-28 14:20:43 -08:00
.hintrc Update webhint 2021-08-05 00:47:33 -07:00
.lighthouserc.yml Update lighthouserc 2021-07-08 14:56:08 -07:00
.rsyncignore Add bookmarks page 2022-03-07 22:40:26 -08:00
.stylelintignore CI: use Makefile to lint, build, and deploy 2020-12-12 21:04:01 -08:00
.stylelintrc.json Fix stylelint 2022-04-13 18:22:07 -07:00
budget.json Update tooling 2021-06-30 00:06:55 -07:00
config.toml Semantics: TOC and post-list <ol> 2022-04-04 19:13:07 -07:00
LICENSE License: Update CC license to CC BY-SA 4.0 2021-06-15 13:14:45 -07:00
lychee.toml Update tooling 2021-06-30 00:06:55 -07:00
Makefile Fix stylelint 2022-04-13 18:22:07 -07:00
Makefile.online Use new "indieweb-person" shortcode 2022-02-19 12:48:53 -08:00
package.json Fix stylelint 2022-04-13 18:22:07 -07:00
README.md Update README with link to codeberg mirror 2021-10-03 14:15:59 -07:00

seirdy.one

sourcehut GitLab
mirror GitHub
mirror Codeberg mirror

builds.sr.ht
status

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:

To test in CI, after deploying to the staging environment:

CI also runs static-webmention to gather a list of WebMentions for me to send and review manually.

See the Makefile for details.