Skip to content

singerb/vortex

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

vortex

Python static site generator with a solarized-inspired theme.

A list of required packages (use virtualenv) is included, as is an example site that uses the included theme.

Usage

usage: vortex.py [-h] [-c CONFIG] [-d]

optional arguments:
    -h, --help            show this help message and exit
    -c CONFIG, --config CONFIG
                          The config file to use; default 'default-config.json'
    -d, --dev-server      Run a simple webserver after generating the site, for
                          development testing; default 'False'

For development usage, run it with -d to run a basic webserver on the generated site; for production usage, just run it with the config. Everything else is controlled by the config; see the example-config.json or config.py files for the elements involved.

Further info

The example site included has an article that demonstrates all of the layout and design decisions made in the theme.

About

Python static site generator with a solarized-inspired theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages