diff --git a/_layouts/default.html b/_layouts/default.html index 97ef208..cd8b4d2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -16,12 +16,17 @@ margin: 0 auto; width: 700px; } - h1 { font-size: 3.8em; color: #cccccc; margin-bottom: 3px; } + h1 { + font-size: 3.8em; + color: #dddddd; + margin-bottom: 3px; + text-shadow: #111111 3px 3px 1px; + } h1 .small { font-size: 0.4em; } h1 a { text-decoration: none } - h2 { font-size: 1.5em; color: #cccccc; } - h3 { text-align: left; color: #cccccc; } - a { color: #cccccc; } + h2 { font-size: 1.5em; color: #dddddd; text-shadow: #111111 1px 1px 1px; } + h3 { text-align: left; color: #dddddd; } + a { color: #dddddd; } .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;} .download { float: right; } pre { background: #000; color: #fff; padding: 15px;} diff --git a/archive.html b/archive.html new file mode 100644 index 0000000..12c5bdd --- /dev/null +++ b/archive.html @@ -0,0 +1,22 @@ +--- +layout: default +title: Old releases +--- + +Fork me on GitHub + +
+ +

Old releases

+ + {% for post in site.posts offset:1 %} + + {{ post.title }} ({{ post.date | date:"%Y-%m-%d" }}) + zip + tar + + {{ post.content }} + + {% endfor %} + +
diff --git a/index.html b/index.html index 4457ffe..4072bcb 100644 --- a/index.html +++ b/index.html @@ -84,9 +84,9 @@ nmap :TagbarToggle

Jan Larres (jan@majutsushi.net)

Download

-

Stable releases

+

Latest stable release

- {% for post in site.posts %} + {% for post in site.posts limit:1 %} {{ post.title }} ({{ post.date | date:"%Y-%m-%d" }}) zip @@ -96,6 +96,8 @@ nmap :TagbarToggle {% endfor %} + Old releases +

Latest source

Download as: