From 0495a66c4b7953e27cb8c7ab20f8b061fed6b379 Mon Sep 17 00:00:00 2001 From: Viktor Kleen Date: Fri, 2 Jan 2015 13:48:21 +0000 Subject: Remove some webdesign --- about.md | 15 --------------- all.do | 2 +- build/template.html5 | 6 ------ default.html.do | 4 ++-- index.md.do | 16 ++++++++++++++++ style.css | 2 +- 6 files changed, 20 insertions(+), 25 deletions(-) delete mode 100644 about.md diff --git a/about.md b/about.md deleted file mode 100644 index c264881..0000000 --- a/about.md +++ /dev/null @@ -1,15 +0,0 @@ -% About - -Hi there! My name is Viktor Kleen. I'm currently a PhD student in Mathematics at -USC in Los Angeles. My research interests include: - -* $\AA^1$-homotopy theory -* Higher category theory -* Algebraic geometry - -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. diff --git a/all.do b/all.do index 8c4fc8d..a8cc947 100644 --- a/all.do +++ b/all.do @@ -1,2 +1,2 @@ -redo-ifchange index.html about.html +redo-ifchange index.html redo-ifchange htdocs diff --git a/build/template.html5 b/build/template.html5 index 3d4f74b..6c23f17 100644 --- a/build/template.html5 +++ b/build/template.html5 @@ -40,12 +40,6 @@ $endfor$ $if(title)$

math.kleen.org: $title$

-
$endif$ $if(toc)$ diff --git a/default.html.do b/default.html.do index 16de1e5..c880f0b 100644 --- a/default.html.do +++ b/default.html.do @@ -8,6 +8,6 @@ pandoc -t json $2.md | build/tex-filter.hs "$(pwd)" 2>&1 >/dev/null \ done \ | xargs -d '\n' redo-ifchange -pandoc -f markdown -t json $2.md \ +pandoc -S -f markdown -t json $2.md \ | build/tex-filter.hs "$(pwd)" 2>/dev/null \ - | pandoc --template=build/template.html5 --base-header-level=3 --standalone -S --email-obfuscation=none -f json -t html5 -c $CSS >$3 2>/dev/null + | pandoc --template=build/template.html5 --base-header-level=3 --standalone --email-obfuscation=none -f json -t html5 -c $CSS >$3 2>/dev/null diff --git a/index.md.do b/index.md.do index 3491ce9..3b6eddd 100644 --- a/index.md.do +++ b/index.md.do @@ -12,6 +12,22 @@ done | xargs -r -0 redo-ifchange cat <