diff options
author | Viktor Kleen <viktor@kleen.org> | 2015-01-02 13:48:21 +0000 |
---|---|---|
committer | Viktor Kleen <viktor@kleen.org> | 2015-01-02 13:48:21 +0000 |
commit | 0495a66c4b7953e27cb8c7ab20f8b061fed6b379 (patch) | |
tree | b737d7d0dedb904a7920588c7b0c2dbb63f635db | |
parent | 84bcb75a87bbb67d260af7e5cefad0fb7f099482 (diff) | |
download | dirty-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.md | 15 | ||||
-rw-r--r-- | all.do | 2 | ||||
-rw-r--r-- | build/template.html5 | 6 | ||||
-rw-r--r-- | default.html.do | 4 | ||||
-rw-r--r-- | index.md.do | 16 | ||||
-rw-r--r-- | style.css | 2 |
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 | |||
3 | Hi there! My name is Viktor Kleen. I'm currently a PhD student in Mathematics at | ||
4 | USC in Los Angeles. My research interests include: | ||
5 | |||
6 | * $\AA^1$-homotopy theory | ||
7 | * Higher category theory | ||
8 | * Algebraic geometry | ||
9 | |||
10 | This site is supposed to serve as a research notebook to get me to write up | ||
11 | ideas and results. As such, it is woefully unpolished, unreliably and generally | ||
12 | to be used at your own risk. | ||
13 | |||
14 | Still, have fun! And please send me [email](mailto:vkleen+math@17220103.de) with | ||
15 | suggestions, corrections, criticism or general rants if you like. | ||
@@ -1,2 +1,2 @@ | |||
1 | redo-ifchange index.html about.html | 1 | redo-ifchange index.html |
2 | redo-ifchange htdocs | 2 | 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$ | |||
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 | ||
11 | pandoc -f markdown -t json $2.md \ | 11 | pandoc -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 | |||
12 | cat <<EOF | 12 | cat <<EOF |
13 | % Index | 13 | % Index |
14 | 14 | ||
15 | Hi there! My name is Viktor Kleen. I'm currently a PhD student in Mathematics at | ||
16 | USC in Los Angeles. My research interests include: | ||
17 | |||
18 | * \$\\AA^1\$--homotopy theory | ||
19 | * Higher category theory | ||
20 | * Algebraic geometry | ||
21 | |||
22 | This site is supposed to serve as a research notebook to get me to write up | ||
23 | ideas and results. As such, it is woefully unpolished, unreliably and generally | ||
24 | to be used at your own risk. | ||
25 | |||
26 | Still, have fun! And please send me [email](mailto:vkleen+math@17220103.de) with | ||
27 | suggestions, corrections, criticism or general rants if you like. | ||
28 | |||
29 | I have the following categories of posts: | ||
30 | |||
15 | EOF | 31 | EOF |
16 | 32 | ||
17 | for x in "${LISTS[@]}"; do | 33 | for x in "${LISTS[@]}"; do |
@@ -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 | ||