tweak: cosmetic improvements
This commit is contained in:
commit
a9f3087295
3
_werc/config
Normal file
3
_werc/config
Normal 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
12
_werc/lib/top_bar.inc
Executable 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
26
_werc/makeconfig.sh
Executable 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
6
_werc/titles.txt
Executable 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
3
index.md
Normal 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
BIN
sitemap.gz
Executable file
Binary file not shown.
1
sitemap.txt
Executable file
1
sitemap.txt
Executable file
|
@ -0,0 +1 @@
|
|||
https://samotsvety.org:443/test/
|
Loading…
Reference in New Issue
Block a user