From a9f3087295b400839d6fa7066a77f9b71c4522bd Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Mon, 14 Mar 2022 22:32:17 +0000 Subject: [PATCH] tweak: cosmetic improvements --- _werc/config | 3 +++ _werc/lib/top_bar.inc | 12 ++++++++++++ _werc/makeconfig.sh | 26 ++++++++++++++++++++++++++ _werc/titles.txt | 6 ++++++ index.md | 3 +++ sitemap.gz | Bin 0 -> 168 bytes sitemap.txt | 1 + 7 files changed, 51 insertions(+) create mode 100644 _werc/config create mode 100755 _werc/lib/top_bar.inc create mode 100755 _werc/makeconfig.sh create mode 100755 _werc/titles.txt create mode 100644 index.md create mode 100755 sitemap.gz create mode 100755 sitemap.txt diff --git a/_werc/config b/_werc/config new file mode 100644 index 0000000..d35d0ad --- /dev/null +++ b/_werc/config @@ -0,0 +1,3 @@ +masterSite=samotsvety.org +siteTitle='Samotsvety' +siteSubTitle='is working on 100x more impactful forecasting' diff --git a/_werc/lib/top_bar.inc b/_werc/lib/top_bar.inc new file mode 100755 index 0000000..f08c72b --- /dev/null +++ b/_werc/lib/top_bar.inc @@ -0,0 +1,12 @@ +
+ forecasting newsletter | + metaforecast | + quantified uncertainty | + stradam +
+ +
+ about | + site map +
+ diff --git a/_werc/makeconfig.sh b/_werc/makeconfig.sh new file mode 100755 index 0000000..7022668 --- /dev/null +++ b/_werc/makeconfig.sh @@ -0,0 +1,26 @@ +#!/bin/ash +configdir="/home/ramiel/werc/werc-1.5.0/sites/samotsvety.org/_werc" +configfile="$configdir/config" +configfiletemp="$configdir/config_temp" + +numlines="$(wc -l "$configdir/titles.txt" | cut -d ' ' -f 1)" +linenum="$(echo "1 + ($RANDOM % $numlines)" | bc )" +line="$( cat "$configdir/titles.txt" | head -n "$linenum" | tail -n 1 )" +# line="$(sort -Ru "$configdir/titles.txt" | head -n 1)" +# echo "$line" +title="$(echo "$line" | sed 's/: .*//g')" +subtitle="$(echo "$line" | sed 's/.*: //g')" + +echo "$title" +echo "$subtitle" + +rm -f "$configfiletemp" +echo "masterSite=samotsvety.org" > "$configfiletemp" +echo "siteTitle='$title'" >> "$configfiletemp" +echo "siteSubTitle='$subtitle'" >> "$configfiletemp" + +mv "$configfiletemp" "$configfile" +## masterSite=samotsvety.org +## siteTitle='Learning' +## siteSubTitle='is about to occur' + diff --git a/_werc/titles.txt b/_werc/titles.txt new file mode 100755 index 0000000..a298dab --- /dev/null +++ b/_werc/titles.txt @@ -0,0 +1,6 @@ +Samotsvety: is a forecasting group focused on predicting impactful questions for fun & profit +Samotsvety: is working on 100x more impactful forecasting +Samotsvety: is a group of fearsome and formidable forecasters +Samotsvety: wants forecasters to be paid better +Samotsvety: is looking for excellent forecasters +Samotsvety: would like forecasting platforms to provide better incentives diff --git a/index.md b/index.md new file mode 100644 index 0000000..f5dd255 --- /dev/null +++ b/index.md @@ -0,0 +1,3 @@ +We are a group of forecasters with a great track record working on applying forecasting to impactful questions. We hope to improve the forecasting ecosystem. + +Readers might be interested in our [track record](/track-record), [people](/people) and [projects](/projects) pages. diff --git a/sitemap.gz b/sitemap.gz new file mode 100755 index 0000000000000000000000000000000000000000..914838925e57a20bae44493d36142b0975079110 GIT binary patch literal 168 zcmV;Z09XGXiwFQ~Wh`O<11*k84udcZMfW)c%APn33yMP6^#tt!5JZ5K0bv)~+c#-h zef{BCR{h)A>@Yj7!FRk6l4r(`VOss%@#o{7H@w$Oy>^R+vN-nG@r7t>0nYOjxRP