Skip to content

Tiny Static Site Generator with Jinja and Markdown support

License

Notifications You must be signed in to change notification settings

mchuck/tiny-ssg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Static Site Generator

Static site generator with jinja2 templates and markdown support.

To run example, type in terminal:

python main.py --path ./example_site --theme example --collection posts

Website will be rendered inside dist folder in example_site. You can now serve it by typing:

cd ./example_site/dist && python -m http.server

Or you can rely on included server with livereload:

python main.py --path ./example_site --theme example --collection posts --serve --port 8000

Example theme design based on web design in 4 minutes.

TODO

  • auto-reload
  • code syntax highlighting
  • latex support
  • zettelkasten support
  • single file parsing

About

Tiny Static Site Generator with Jinja and Markdown support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published