A webring in use by the solarpunk.moe community
Go to file
Fries 53193d84b8 add cache busting filenames and split off assets
i abstraced the file handling out to a global static struct called
"Files" that is only written to once, in main inside a OnceLock. i also
split out asset handling into its own module folder called assets which
has all the asset handling code.

i also have a new crate called "proc_macros" which provides a attribute macro
that adds the base_template field to each struct i decorate with it
using the syn and quote crates.
2023-07-11 01:04:53 -07:00
.vscode make printing less complicated and refactor cli 2023-07-02 19:46:19 -07:00
cli don't panic on parsing error with running watcher 2023-07-03 22:41:32 -07:00
proc-macros add cache busting filenames and split off assets 2023-07-11 01:04:53 -07:00
public update stylesheet and clean up asset code 2023-07-09 22:09:07 -07:00
shared add cursed hot reloading support 2023-07-03 16:23:14 -07:00
src add cache busting filenames and split off assets 2023-07-11 01:04:53 -07:00
templates add cache busting filenames and split off assets 2023-07-11 01:04:53 -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 add cache busting filenames and split off assets 2023-07-11 01:04:53 -07:00
Cargo.toml add cache busting filenames and split off assets 2023-07-11 01:04:53 -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