studiozandra / blog-template

Static site generator: Python script which constructs blog pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static site generator

A script to construct blog pages. HTML files within docs folder will be generated by build scripts, combining items from "templates" with "content".

Instructions

  1. Clone or download this repository.

  2. Make any edits to any pages using the html files inside the "content" folder.

  3. In your terminal, run the command

$ python3 build.py

...to regenerate, or piece together the page sections into complete pages, which will overwrite the live pages inside the "docs" folder.

Contact / Credits

Z.Kubota - @zan_toka

Original blog template built for Bootstrap by @mdo

Live link: https://studiozandra.github.io/blog-template

About

Static site generator: Python script which constructs blog pages.


Languages

Language:HTML 75.0%Language:Python 25.0%