1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-30 04:09:00 +01:00
gojekyll/docs/index.md

429 B

layout
default

Gojekyll is a Go clone of the Jekyll static site generator.

Refer to the README for more information.

This page exists mostly to dogfood site generation and themes, although it also hosts:

{% for p in site.html_pages %} {% if p.url != page.url %}

  • [{{ p.name | remove: ".md" | capitalize }}]({{ p.url }}) {% endif %} {% endfor %}