tweak: cosmetic improvements

This commit is contained in:
Nuno Sempere 2022-03-14 22:32:17 +00:00
commit a9f3087295
7 changed files with 51 additions and 0 deletions

3
_werc/config Normal file
View File

@ -0,0 +1,3 @@
masterSite=samotsvety.org
siteTitle='Samotsvety'
siteSubTitle='is working on 100x more impactful forecasting'

12
_werc/lib/top_bar.inc Executable file
View File

@ -0,0 +1,12 @@
<div>
<a href="https://forecasting.substack.com/">forecasting newsletter</a> |
<a href="https://metaforecast.org/">metaforecast</a> |
<a href="https://quantifieduncertainty.org/">quantified uncertainty</a> |
<a href="https://www.strad.am/">stradam</a>
</div>
<div>
<a href="/about">about</a> |
<a href="/sitemap">site map</a>
</div>

26
_werc/makeconfig.sh Executable file
View File

@ -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'

6
_werc/titles.txt Executable file
View File

@ -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

3
index.md Normal file
View File

@ -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.

BIN
sitemap.gz Executable file

Binary file not shown.

1
sitemap.txt Executable file
View File

@ -0,0 +1 @@
https://samotsvety.org:443/test/