diff --git a/docs/includes/nav.html b/docs/includes/nav.html index ad6ebe4..a9ef84f 100644 --- a/docs/includes/nav.html +++ b/docs/includes/nav.html @@ -6,7 +6,7 @@ devlog diff --git a/docs/src/assets/css/main.css b/docs/src/assets/css/main.css index a0bae10..c842b47 100644 --- a/docs/src/assets/css/main.css +++ b/docs/src/assets/css/main.css @@ -307,3 +307,10 @@ code.index-sample pre { text-align: left; padding: 0 0 0 1rem; } + +.landing h2 { + border-bottom: 1px solid lightgray +} +.landing h2 a:hover { + text-decoration: none; +} diff --git a/docs/src/index.html b/docs/src/index.html index 926b407..fbd0087 100644 --- a/docs/src/index.html +++ b/docs/src/index.html @@ -2,7 +2,7 @@ layout: base --- -
+


@@ -27,32 +27,30 @@ $ jorge serve serving at http://localhost:4001 -

Inspired by Jekyll, written in Go, with org-mode and markdown support.

+

Inspired by Jekyll, written in Go, with org-mode and markdown support. +
+
+ Download + - + Source +


-
- - -

Tutorial

+

Tutorial

    {% for page in site.pages|where:"dir", "/tutorial" %}
  1. {{ page.title }}{%if page.subtitle%}: {{page.subtitle|downcase}}{%endif%}
  2. -{% endfor %} + {% endfor %}
- -

Devlog

+
+

Devlog

{% for post in site.posts | reverse %} {% include post_preview.html %} {% endfor %} -

See the full blog archive or subscribe to the feed.

+

Or subscribe to the feed.