markupupdowndown

MarkUpUpDownDown is a static site generator


Keywords
markdown, markdown-to-html, python, python3, static-site-generator
License
BSD-3-Clause
Install
pip install markupupdowndown==0.6

Documentation

MarkUpUpDownDown

You write Markdown, it writes markup.

Overview

MarkUpUpDownDown is a static site framework.

A site made with MarkUpUpDownDown is just text files, some directories, and a theme. MarkUpUpDownDown generates your complete site as static html, which avoids the complexity of managing databases or working around a CMS that isn't quite right.

MarkUpUpDownDown sites are easy to host anywhere. I use Amazon S3, but you could use Github Pages, Google Cloud Storage, Surge, or anywhere that supports SFTP.

MarkUpUpDownDown also makes development easier by providing a live-updating web server that refreshes your browser whenever you update your content or your theme.

MarkUpUpDownDown hopes to make managing your website a clean and simple experience.

User's Guide

  1. Quickstart Guide
  2. Installing
  3. Configuration
  4. Content Organization
  5. Using MarkUpUpDownDown
  6. Themes
  7. Plugins
  8. Publishing Content

License

Code and documentation are published with the MIT License, available here.