summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Kleen <viktor@kleen.org>2015-01-02 13:48:21 +0000
committerViktor Kleen <viktor@kleen.org>2015-01-02 13:48:21 +0000
commit0495a66c4b7953e27cb8c7ab20f8b061fed6b379 (patch)
treeb737d7d0dedb904a7920588c7b0c2dbb63f635db
parent84bcb75a87bbb67d260af7e5cefad0fb7f099482 (diff)
downloaddirty-haskell.org-0495a66c4b7953e27cb8c7ab20f8b061fed6b379.tar
dirty-haskell.org-0495a66c4b7953e27cb8c7ab20f8b061fed6b379.tar.gz
dirty-haskell.org-0495a66c4b7953e27cb8c7ab20f8b061fed6b379.tar.bz2
dirty-haskell.org-0495a66c4b7953e27cb8c7ab20f8b061fed6b379.tar.xz
dirty-haskell.org-0495a66c4b7953e27cb8c7ab20f8b061fed6b379.zip
Remove some webdesign
-rw-r--r--about.md15
-rw-r--r--all.do2
-rw-r--r--build/template.html56
-rw-r--r--default.html.do4
-rw-r--r--index.md.do16
-rw-r--r--style.css2
6 files changed, 20 insertions, 25 deletions
diff --git a/about.md b/about.md
deleted file mode 100644
index c264881..0000000
--- a/about.md
+++ /dev/null
@@ -1,15 +0,0 @@
1% About
2
3Hi there! My name is Viktor Kleen. I'm currently a PhD student in Mathematics at
4USC in Los Angeles. My research interests include:
5
6* $\AA^1$-homotopy theory
7* Higher category theory
8* Algebraic geometry
9
10This site is supposed to serve as a research notebook to get me to write up
11ideas and results. As such, it is woefully unpolished, unreliably and generally
12to be used at your own risk.
13
14Still, have fun! And please send me [email](mailto:vkleen+math@17220103.de) with
15suggestions, 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 @@
1redo-ifchange index.html about.html 1redo-ifchange index.html
2redo-ifchange htdocs 2redo-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$
40$if(title)$ 40$if(title)$
41<header> 41<header>
42 <h1 class="title"><a href="/" title="math.kleen.org">math.kleen.org</a>: $title$</h1> 42 <h1 class="title"><a href="/" title="math.kleen.org">math.kleen.org</a>: $title$</h1>
43 <nav id="top-level">
44 <ul>
45 <li><a href="/index.html" title="Index">Index</a></li>
46 <li><a href="/about.html" title="About">About</a></li>
47 </ul>
48 </nav>
49</header> 43</header>
50$endif$ 44$endif$
51$if(toc)$ 45$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 \
8 done \ 8 done \
9 | xargs -d '\n' redo-ifchange 9 | xargs -d '\n' redo-ifchange
10 10
11pandoc -f markdown -t json $2.md \ 11pandoc -S -f markdown -t json $2.md \
12 | build/tex-filter.hs "$(pwd)" 2>/dev/null \ 12 | build/tex-filter.hs "$(pwd)" 2>/dev/null \
13 | pandoc --template=build/template.html5 --base-header-level=3 --standalone -S --email-obfuscation=none -f json -t html5 -c $CSS >$3 2>/dev/null 13 | 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
12cat <<EOF 12cat <<EOF
13% Index 13% Index
14 14
15Hi there! My name is Viktor Kleen. I'm currently a PhD student in Mathematics at
16USC in Los Angeles. My research interests include:
17
18* \$\\AA^1\$--homotopy theory
19* Higher category theory
20* Algebraic geometry
21
22This site is supposed to serve as a research notebook to get me to write up
23ideas and results. As such, it is woefully unpolished, unreliably and generally
24to be used at your own risk.
25
26Still, have fun! And please send me [email](mailto:vkleen+math@17220103.de) with
27suggestions, corrections, criticism or general rants if you like.
28
29I have the following categories of posts:
30
15EOF 31EOF
16 32
17for x in "${LISTS[@]}"; do 33for x in "${LISTS[@]}"; do
diff --git a/style.css b/style.css
index b86b20c..7158c52 100644
--- a/style.css
+++ b/style.css
@@ -3,7 +3,7 @@ body {
3 padding-right: 1em; 3 padding-right: 1em;
4 padding-left: 1em; 4 padding-left: 1em;
5 font: normal 1.1em/1.3em monospace; 5 font: normal 1.1em/1.3em monospace;
6 width: 60em; 6 max-width: 60em;
7 text-align: justify; 7 text-align: justify;
8} 8}
9 9