this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update deps

Signed-off-by: Naomi Roberts <mia@naomieow.xyz>

lesbian.skin e4717859 4107c897

verified
+1 -11
-7
build.ps1
··· 17 17 18 18 # pushd site 19 19 # ${pkgs.gleam}/bin/gleam dev 20 - # # fix escape bug in mork, very unsafe but we control the markdown so 21 - # # it's "fine" 22 - # sed -i 's/amp;//g' ./dist/*.html 23 20 # popd 24 21 Push-Location -Path ".\site" 25 22 gleam dev 26 - $htmlFiles = Get-ChildItem -Recurse -Path ".\dist\*.html" 27 - foreach($file in $htmlFiles) { 28 - (Get-Content $file) -replace 'amp;', '' | Set-Content $file 29 - } 30 23 Pop-Location
-3
flake.nix
··· 48 48 49 49 pushd site 50 50 ${pkgs.gleam}/bin/gleam dev 51 - # fix escape bug in mork, very unsafe but we control the markdown so 52 - # it's "fine" 53 - sed -i 's/amp;//g' ./dist/*.html 54 51 popd 55 52 ''; 56 53 })}/bin/app";
+1 -1
site/manifest.toml
··· 18 18 { name = "lustre", version = "5.5.1", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_json", "gleam_otp", "gleam_stdlib", "houdini"], otp_app = "lustre", source = "hex", outer_checksum = "CC01AB1108F7A9F1F96E44B00CBF1D38F0AF46FAF4234B81CED0D4C1835DDBB8" }, 19 19 { name = "lustre_ssg", version = "0.12.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_regexp", "gleam_stdlib", "jot", "lustre", "simplifile", "temporary", "tom"], source = "git", repo = "https://github.com/lustre-labs/ssg.git", commit = "2992bf78179d1be2876f834f0d923003f7f43f44" }, 20 20 { name = "mork", version = "1.11.1", build_tools = ["gleam"], requirements = ["casefold", "gleam_regexp", "gleam_stdlib", "splitter"], otp_app = "mork", source = "hex", outer_checksum = "2DB4900FCCBB2CF9AB8C8438620FE00FC38CC6D340D52275D10769A4B43B3E5B" }, 21 - { name = "mork_to_lustre", version = "0.2.0", build_tools = ["gleam"], requirements = ["gleam_regexp", "gleam_stdlib", "lustre", "mork", "splitter"], otp_app = "mork_to_lustre", source = "hex", outer_checksum = "268505DADE8C236A070EDD0397222A7B8BADA34ED131012BB485124AD48E3FB5" }, 21 + { name = "mork_to_lustre", version = "0.2.1", build_tools = ["gleam"], requirements = ["gleam_regexp", "gleam_stdlib", "lustre", "mork", "splitter"], otp_app = "mork_to_lustre", source = "hex", outer_checksum = "B681628256C582389CF1FED97DAE619C7841A21FB979DEC1A909A6CC3BE6CF48" }, 22 22 { name = "simplifile", version = "2.3.2", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "E049B4DACD4D206D87843BCF4C775A50AE0F50A52031A2FFB40C9ED07D6EC70A" }, 23 23 { name = "splitter", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "splitter", source = "hex", outer_checksum = "3DFD6B6C49E61EDAF6F7B27A42054A17CFF6CA2135FF553D0CB61C234D281DD0" }, 24 24 { name = "temporary", version = "1.0.0", build_tools = ["gleam"], requirements = ["envoy", "exception", "filepath", "gleam_crypto", "gleam_stdlib", "simplifile"], otp_app = "temporary", source = "hex", outer_checksum = "51C0FEF4D72CE7CA507BD188B21C1F00695B3D5B09D7DFE38240BFD3A8E1E9B3" },