A webring in use by the solarpunk.moe community
Go to file
Fries f4e9ef6af9 seperate the hyperlegible font-face to a template
this lets me make the base html code cleaner and it lets me keep using a
seperate file for font-face stuff so the style.css is cleaner. this is
implemented by using the askama template engine with the same syntax
that was used in the style tag in base.html, but i render the template
to text instead of directly to a rocket responder and i hash it with the
sha2 crate. this hashing should only run once, at startup, so it
shouldn't be much of a performance hit.
2023-07-12 18:41:39 -07:00
.vscode make printing less complicated and refactor cli 2023-07-02 19:46:19 -07:00
crates move crates out to a folder 2023-07-12 17:36:39 -07:00
public seperate the hyperlegible font-face to a template 2023-07-12 18:41:39 -07:00
src seperate the hyperlegible font-face to a template 2023-07-12 18:41:39 -07:00
templates seperate the hyperlegible font-face to a template 2023-07-12 18:41:39 -07:00
.editorconfig add a basic implementation of the webring 2023-06-28 15:08:23 -07:00
.gitignore Initial json parsing 2023-06-30 17:47:25 +01:00
Cargo.lock seperate the hyperlegible font-face to a template 2023-07-12 18:41:39 -07:00
Cargo.toml seperate the hyperlegible font-face to a template 2023-07-12 18:41:39 -07:00
LICENSE add a WIP index page 2023-07-03 23:59:56 -07:00
README.md Initial commit 2023-06-28 20:10:48 +00:00
rustfmt.toml add a basic implementation of the webring 2023-06-28 15:08:23 -07:00

README.md

meowy-webring

A webring in use by the solarpunk.moe community