commit a9f3087295b400839d6fa7066a77f9b71c4522bd Author: Nuno Sempere Date: Mon Mar 14 22:32:17 2022 +0000 tweak: cosmetic improvements 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 0000000..9148389 Binary files /dev/null and b/sitemap.gz differ diff --git a/sitemap.txt b/sitemap.txt new file mode 100755 index 0000000..aef3d5c --- /dev/null +++ b/sitemap.txt @@ -0,0 +1 @@ +https://samotsvety.org:443/test/