how much work
The fic is less than five thousand characters. The Scheme code for this site is over a quarter of a million.
$ wget -O 28.html 'https://textboard.org/prog/28'
$ sed -r -e 'H;$!d;x; s#^.*(\[1/2\].*snuggling close\.).*$#\1#' 28.html | wc
12 779 4629
$ cd schemebbs
$ expr $(find . -name '*.scm' -printf '%s ' | sed -r -e 's/( [[:digit:]])/ +\1/g')
252484