Skip to content

Simple, lightweight, and magic-free static site/blog generator for Python coders

License

Notifications You must be signed in to change notification settings

eklop/makesite2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makesite.py

A lite version of sunainapai/makesite. Check that repo for the main documentation.

Features

  • Parameter output_dir to define the output folder.
  • Parameter theme to support themes. See Themes for more information.
  • Parameter pretty_date_format: define the format of the dates shown on the website.

Removed

  • Content type News
  • Unittests
  • Makefile

Quickstart

python -m venv env
source env/bin/activate # Windows: .\env\Scripts\activate
pip install commonmark
python makesite.py

Themes

themes/default contains the default theme. Copy that folder and change it to your liking. Then change the theme parameter in makesite.py or config.json to the folder name to use this theme.

About

Simple, lightweight, and magic-free static site/blog generator for Python coders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 41.1%
  • HTML 32.3%
  • CSS 26.6%