···17171818# pushd site
1919# ${pkgs.gleam}/bin/gleam dev
2020-# # fix escape bug in mork, very unsafe but we control the markdown so
2121-# # it's "fine"
2222-# sed -i 's/amp;//g' ./dist/*.html
2320# popd
2421Push-Location -Path ".\site"
2522gleam dev
2626-$htmlFiles = Get-ChildItem -Recurse -Path ".\dist\*.html"
2727-foreach($file in $htmlFiles) {
2828- (Get-Content $file) -replace 'amp;', '' | Set-Content $file
2929-}
3023Pop-Location
-3
flake.nix
···48484949 pushd site
5050 ${pkgs.gleam}/bin/gleam dev
5151- # fix escape bug in mork, very unsafe but we control the markdown so
5252- # it's "fine"
5353- sed -i 's/amp;//g' ./dist/*.html
5451 popd
5552 '';
5653 })}/bin/app";