1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

updated readme

This commit is contained in:
Bastian Venthur
2018-07-14 22:14:04 +02:00
parent da65671585
commit c1dfc9fed6
2 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,14 @@
# sg.py -- a small static site generator # sg.py -- a small static site generator
## Installation
```bash
$ pip install sg.py
```
## Usage
Populate directory with markdown files (they have to end with Populate directory with markdown files (they have to end with
.markdown). You can also create arbitrarily nested subdirectories .markdown). You can also create arbitrarily nested subdirectories
containing .markdown files. containing .markdown files.

0
tests/__init__.py Normal file
View File