Skip to content

aivuk/flaskyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flaskyll - Flask Static Website Generator

Static website generator using Flask.

Install

Install Pandoc

You need Pandoc to convert the Markdown files to HTML. Install it following:

http://johnmacfarlane.net/pandoc/installing.html

Create Virtual environment

$ mkvirtualenv py
$ workon py

Instal Pyandoc

Do not use pip version, because it has Pandoc binary path hardcoded in it.

$ git clone [email protected]:kennethreitz/pyandoc.git
$ cd pyandoc
$ python setup.py install

Clone Flaskyll Repository

$ git clone https://github.com/aivuk/flaskyll.git

Install dependencies

$ cd flaskyll
$ pip install -r requirements.txt

Build pages and run

First build the pages to build/ directory:

$ fab build

Run localserver:

$ fab run

About

Flask Static Web Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published