pyder

A static website generator written in Python!


Keywords
pyder, python, spider, website, development, blog, maker, builder
License
BSD-3-Clause
Install
pip install pyder==0.0.1

Documentation

##flow $ pyder new "Blog"

Generates:

Blog/
    /_site/
          /config.yml
          /HTML-FILES
    /posts/
          /05.12.16/my_first_blog_post.md
          /05.12.17/my_second_blog_post.md
          ...
    /themes/
           /default/
                   /head.html
                   /header.html
                   /body.html
                   /footer.html
                   /css/
                       /main.css
                   /js/
                      /default.js
    /pages/
          /about.md
          /contact.md
          /landing.md
    /img/
        /vacation.jpeg
        /omg.gif
        /house.png
        /favicon