Skip to content

hlef/juliet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status Software License

Juliet

Juliet is a full-featured yet minimalistic static website generator written in Python. It is designed to be as lightweight and understandable as possible.

It supports, among others:

  • modular theming with Jinja2 templates
  • markdown articles and pages with Pygments syntax highlighting
  • easy configuration in YAML syntax

Examples

Some sites using Juliet:

Dependencies

Juliet requires Python >= 3.5.

Dependencies (Debian dependencies in brackets):

You may also need to install setuptools to use Juliet's setup program.

Required for tests:

  • nose, version >= 1.3.7 (python3-nose)

Contributing

  • Design themes for Juliet, and add it in docs/recommended-themes.md!
  • You are using Juliet? Add a link to your website here!