From f3f1f5e7a7cb23230d623b02773b75ea997ea241 Mon Sep 17 00:00:00 2001 From: Viktor Kleen Date: Fri, 2 Jan 2015 14:50:48 +0000 Subject: Implement previews of lists in the index --- index.md.do | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'index.md.do') diff --git a/index.md.do b/index.md.do index 3b6eddd..d7c76d2 100644 --- a/index.md.do +++ b/index.md.do @@ -23,8 +23,8 @@ This site is supposed to serve as a research notebook to get me to write up ideas and results. As such, it is woefully unpolished, unreliably and generally to be used at your own risk. -Still, have fun! And please send me [email](mailto:vkleen+math@17220103.de) with -suggestions, corrections, criticism or general rants if you like. +Still, have fun! And please send email with suggestions, corrections, +criticism or general rants to if you like. I have the following categories of posts: @@ -32,4 +32,7 @@ EOF for x in "${LISTS[@]}"; do printf "* [%s](%s)\n" "$(<$x/title)" "$x.html" + while read -r -d $'\n'; do + printf " %s" "$REPLY" + done < "$x/preview" done -- cgit v1.2.3