Update README.md
This commit is contained in:
@@ -4,10 +4,13 @@ Simplistic static site generator
|
|||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
`git clone https://git.exocortex.ru/Exocortex/hydrogen.git`
|
`git clone https://git.exocortex.ru/Exocortex/hydrogen.git`
|
||||||
|
|
||||||
`cd hydrogen && pip install -r requirements`
|
`cd hydrogen && pip install -r requirements`
|
||||||
|
|
||||||
_put some Markdown files into the `content` directory_
|
_put some Markdown files into the `content` directory_
|
||||||
`./hydrogen.py`
|
`./hydrogen.py`
|
||||||
|
|
||||||
|
|
||||||
## Conventions / expectations
|
## Conventions / expectations
|
||||||
`hydrogen` expects the following files in the `content` directory:
|
`hydrogen` expects the following files in the `content` directory:
|
||||||
- Markdown files ('*.md' only): these are the text files rendered to the HTML.
|
- Markdown files ('*.md' only): these are the text files rendered to the HTML.
|
||||||
|
|||||||
Reference in New Issue
Block a user