Skip to content

Static site generator: Python script which constructs blog pages.

Notifications You must be signed in to change notification settings

studiozandra/blog-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published