mirror of
https://git.acl.cool/al/pages.git
synced 2025-12-15 12:01:17 -05:00
fixed bash sets making rms cause build failure
This commit is contained in:
parent
b48dc428ee
commit
0154ca11e9
3 changed files with 14 additions and 3 deletions
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
|
|
@ -2,6 +2,8 @@
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"abustle",
|
"abustle",
|
||||||
"Aerasumé",
|
"Aerasumé",
|
||||||
|
"Alegreya",
|
||||||
|
"Alegreya's",
|
||||||
"Alfie",
|
"Alfie",
|
||||||
"Almuth",
|
"Almuth",
|
||||||
"Alustriel",
|
"Alustriel",
|
||||||
|
|
@ -39,11 +41,13 @@
|
||||||
"Gzemnid",
|
"Gzemnid",
|
||||||
"halfling",
|
"halfling",
|
||||||
"harengon",
|
"harengon",
|
||||||
|
"harfbuzz",
|
||||||
"Hergatha",
|
"Hergatha",
|
||||||
"hidpi",
|
"hidpi",
|
||||||
"Hornblade",
|
"Hornblade",
|
||||||
"Iggwilv",
|
"Iggwilv",
|
||||||
"illithid",
|
"illithid",
|
||||||
|
"jotdown",
|
||||||
"Karmel",
|
"Karmel",
|
||||||
"knotwork",
|
"knotwork",
|
||||||
"Laeral",
|
"Laeral",
|
||||||
|
|
@ -73,6 +77,8 @@
|
||||||
"Playwrite",
|
"Playwrite",
|
||||||
"pranking",
|
"pranking",
|
||||||
"Pteey",
|
"Pteey",
|
||||||
|
"pygmentize",
|
||||||
|
"pygments",
|
||||||
"Quintolent",
|
"Quintolent",
|
||||||
"Ramel",
|
"Ramel",
|
||||||
"Rauvin",
|
"Rauvin",
|
||||||
|
|
@ -84,6 +90,7 @@
|
||||||
"scrying",
|
"scrying",
|
||||||
"Silverhand",
|
"Silverhand",
|
||||||
"Silverymoon",
|
"Silverymoon",
|
||||||
|
"soupault",
|
||||||
"spellbook",
|
"spellbook",
|
||||||
"spellcraft",
|
"spellcraft",
|
||||||
"Taern",
|
"Taern",
|
||||||
|
|
@ -93,14 +100,17 @@
|
||||||
"Toril",
|
"Toril",
|
||||||
"Underdark",
|
"Underdark",
|
||||||
"unglimpsed",
|
"unglimpsed",
|
||||||
|
"unicodes",
|
||||||
"unstopper",
|
"unstopper",
|
||||||
"unstoppers",
|
"unstoppers",
|
||||||
"Venron",
|
"Venron",
|
||||||
|
"venv",
|
||||||
"Waterdeep",
|
"Waterdeep",
|
||||||
"Waterdhavian",
|
"Waterdhavian",
|
||||||
"Waterdhavians",
|
"Waterdhavians",
|
||||||
"Whitlock",
|
"Whitlock",
|
||||||
"Wintershield",
|
"Wintershield",
|
||||||
"Xanathar"
|
"Xanathar",
|
||||||
|
"ytheleus"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
1
acl.cool/site/draft/umbral6.dj
Normal file
1
acl.cool/site/draft/umbral6.dj
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Umbral Gaze 6: The Deathrun
|
||||||
4
build.sh
4
build.sh
|
|
@ -11,7 +11,7 @@ if ! [[ -d pgvv/ ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function soup_config {
|
function soup_config {
|
||||||
rm soupault.toml
|
rm soupault.toml || true
|
||||||
cp ../soupault.toml soupault.toml
|
cp ../soupault.toml soupault.toml
|
||||||
cat soupault.frag*.toml >>soupault.toml
|
cat soupault.frag*.toml >>soupault.toml
|
||||||
}
|
}
|
||||||
|
|
@ -72,7 +72,7 @@ for font in fonts/PlaywriteUSA/*.ttf; do
|
||||||
rm "$subset_ttf"
|
rm "$subset_ttf"
|
||||||
done
|
done
|
||||||
|
|
||||||
rm css/code.css
|
rm css/code.css || true
|
||||||
pygmentize -f html -S algol_nu | grep -v 'line-height' >css/code.css
|
pygmentize -f html -S algol_nu | grep -v 'line-height' >css/code.css
|
||||||
|
|
||||||
# The stuff below should be all or nothing, so we exit if something returns non-zero
|
# The stuff below should be all or nothing, so we exit if something returns non-zero
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue