~sky/blog

bcd6a3b7db429e9164b7cdce2a46c2136107f660 — sky 2 years ago 4da90e4
Updated README.md
1 files changed, 11 insertions(+), 5 deletions(-)

M README.md
M README.md => README.md +11 -5
@@ 1,6 1,6 @@
#up-blog: A flexable, modular, ssg and template system.
# up-blog: A flexable, modular, ssg and template system.

##Installation: 
## Installation: 

I havn't gotten around to writing an install script, so the user is responsible
for the following:


@@ 13,16 13,22 @@ for the following:
 - (Optional) putting your logo in the blog directory named 'logo.png'


##Usage:
## Usage:

To use the templates / script:

Execute:

$ up-blog 'article name'
		$ up-blog 'article name'

Where 'article name' is the name of the article you wish to upload. 

##Back-End:
## Back-End:

This script works by putting together a series of files which will make a
single webpage. It takes the '.head' files and the '.html' files from 'input',
combines them with templates from the 'templates' directory, and sends them to
the 'output' directory. The script then uploads the files in the 'output'
directory to the given hosting service.