{% extends "templates/base.html" %} {% block title %}Linkdown{% endblock %} {% block content %}

Linkdown

Linkdown generate static web pages from Jinja2 templates, Markdown text, LESS, Coffee Script.

Learn more »

Install

It's easy to install Linkdown.

Install »

Start

Let's start linkdown

Start »

ToDo

Contributors are wanted!

View details »

Markdown

Markdown is intended to be as easy-to-read and easy-to-write as is feasible.

View details »

Jinja2

Jinja2 is one of most powerful template engine for python web applications. You have to write headers and footers only once, and other documents includes them.

View details »

reStructuredText

reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. reStructuredText is designed for extensibility for specific application domains.

View details »

{% endblock %}