mirror of
https://github.com/venthur/blag.git
synced 2025-11-26 05:02:58 +00:00
Added instructions into README
This commit is contained in:
15
README
15
README
@@ -0,0 +1,15 @@
|
|||||||
|
How to use
|
||||||
|
==========
|
||||||
|
|
||||||
|
Populate directory with markdown files (they have to end with .markdown). You
|
||||||
|
can also create arbitrarily nested subdirectories containing .markdown files.
|
||||||
|
|
||||||
|
Sg will go recursively through all directories not beginning with an underscore
|
||||||
|
("_") and convert the .markdown files into .html. The resulting HTML files will
|
||||||
|
be saved into the _site directory, conserving the directory structure where the
|
||||||
|
.markdown file was found.
|
||||||
|
|
||||||
|
Put your static content into _static. Files and subdirectories will be copied
|
||||||
|
into _site without any modifications.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user