Skip to content

fallenbeck/pylive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylive

Static HTML page generator written in Python

(Yes, I want to rewrite it in Rust when I have more spare time left. ;-))

Basic principles are:

  1. Blog-focused: Allow for writing new posts easily in Markdown format
  2. Create pure static HTML pages that can be put everywhere
  3. Allow users to fully personalize their website by using simple templates
  4. Support for static files (that are not newly rendered every time)

Dislaimer: I wrote this generator to create a site that fits my needs. It might not fit your needs but you are free to use this generator as a basis and add your modifications.

Installation

python3 -m venv venv
source venv/bin/activate
[ -f requirements.txt ] && pip install -r requirements.txt

About

Static site generator (used to build https://fallenbeck.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages