173duprot / usm

Wordpress-replacement: Static (& possibly dynamic) site generator in 16 lines of posix shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usm - unix site manager

The simplest static site generator possible.

It can host anything from blogs, too shops,
too link-agragators, to literally any type of
website ever, while being an extensible tool
which follows the unix phliosophy.

This is a basic scripting template for creating
beautiful static webpages with dynamicly updating
content using nothing but unix tools.

All it does is set some varables, and then runs
all scripts in the directory tree, its incredibly
simple.

Usage
	
	There's 2 ways that usm is used:
	
	1. Manually: 		local-setup.txt
	2. Server-side script:	remote-setup.txt
		

About

Wordpress-replacement: Static (& possibly dynamic) site generator in 16 lines of posix shell.

License:MIT License


Languages

Language:HTML 57.7%Language:Shell 42.3%