tweaks for server machine
This commit is contained in:
parent
68d6c0c8d6
commit
100c14947d
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,3 +5,6 @@ html/**
|
|||
repos
|
||||
repos/
|
||||
repos/**
|
||||
|
||||
stagit/
|
||||
stagit/**
|
||||
|
|
10
makefile
10
makefile
|
@ -23,7 +23,7 @@ repos: makefile
|
|||
cd repos && git clone https://github.com/NunoSempere/time-to-botec
|
||||
cd repos && git clone https://github.com/NunoSempere/update-discord
|
||||
cd repos && git clone https://github.com/NunoSempere/werc-1.5.0-tweaks
|
||||
cd repos && git clone https://github.com/quantified-uncertainty/fit-beta
|
||||
# cd repos && git clone https://github.com/quantified-uncertainty/fit-beta
|
||||
cd repos && git clone https://github.com/quantified-uncertainty/metaforecast
|
||||
cd repos && git clone https://github.com/quantified-uncertainty/simple-squiggle
|
||||
|
||||
|
@ -80,7 +80,7 @@ html: makefile
|
|||
mkdir html
|
||||
cd html && mkdir 2024-election-modelling && cd 2024-election-modelling && stagit ../../repos/2024-election-modelling
|
||||
cd html && mkdir fermi && cd fermi && stagit ../../repos/fermi
|
||||
cd html && mkdir fit-beta && cd fit-beta && stagit ../../repos/fit-beta
|
||||
# cd html && mkdir fit-beta && cd fit-beta && stagit ../../repos/fit-beta
|
||||
cd html && mkdir labeling && cd labeling && stagit ../../repos/labeling
|
||||
cd html && mkdir lemarios && cd lemarios && stagit ../../repos/lemarios
|
||||
cd html && mkdir longnow-for-markdown && cd longnow-for-markdown && stagit ../../repos/longnow-for-markdown
|
||||
|
@ -105,7 +105,7 @@ css: makefile
|
|||
cp style.css html
|
||||
cp style.css html/2024-election-modelling
|
||||
cp style.css html/fermi
|
||||
cp style.css html/fit-beta
|
||||
# cp style.css html/fit-beta
|
||||
cp style.css html/german-pronouns
|
||||
cp style.css html/labeling
|
||||
cp style.css html/lemarios
|
||||
|
@ -130,7 +130,7 @@ logo: makefile
|
|||
cp logo.png html
|
||||
cp logo.png html/2024-election-modelling
|
||||
cp logo.png html/fermi
|
||||
cp logo.png html/fit-beta
|
||||
# cp logo.png html/fit-beta
|
||||
cp logo.png html/german-pronouns
|
||||
cp logo.png html/labeling
|
||||
cp logo.png html/lemarios
|
||||
|
@ -152,7 +152,7 @@ logo: makefile
|
|||
cp logo.png html/simple-squiggle
|
||||
|
||||
index: makefile
|
||||
cd html && stagit-index ../repos/2024-election-modelling ../repos/fermi ../repos/labeling ../repos/lemarios ../repos/longnow-for-markdown ../repos/mumble ../repos/nsnvm ../repos/pass-append ../repos/pomo ../repos/predict-resolve-tally ../repos/reverse-shooting ../repos/rosenrot-browser ../repos/shapleyvalue.com ../repos/squiggle.c ../repos/time-to-botec ../repos/wc ../repos/update-discord ../repos/german-pronouns ../repos/werc-1.5.0-tweaks ../repos/fit-beta ../repos/metaforecast ../repos/simple-squiggle > index.html
|
||||
cd html && stagit-index ../repos/2024-election-modelling ../repos/fermi ../repos/labeling ../repos/lemarios ../repos/longnow-for-markdown ../repos/mumble ../repos/nsnvm ../repos/pass-append ../repos/pomo ../repos/predict-resolve-tally ../repos/reverse-shooting ../repos/rosenrot-browser ../repos/shapleyvalue.com ../repos/squiggle.c ../repos/time-to-botec ../repos/wc ../repos/update-discord ../repos/german-pronouns ../repos/werc-1.5.0-tweaks ../repos/metaforecast ../repos/simple-squiggle > index.html
|
||||
|
||||
view:
|
||||
rosenrot "file://$$(realpath html/index.html)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user