Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -7,9 +7,22 @@ Simplistic static site generator
|
|||||||
|
|
||||||
`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`
|
||||||
|
|
||||||
|
_the `public` directory is ready to be published._
|
||||||
|
|
||||||
|
## Building and running in Docker
|
||||||
|
`git clone https://git.exocortex.ru/Exocortex/hydrogen.git`
|
||||||
|
|
||||||
|
`cd hydrogen && docker buildx build --tag hydrogen .`
|
||||||
|
|
||||||
|
_put some Markdown files into the `content` directory_
|
||||||
|
|
||||||
|
`docker run -v .:/app`
|
||||||
|
|
||||||
|
_the `public` directory is ready to be published._
|
||||||
|
|
||||||
## Conventions / expectations
|
## Conventions / expectations
|
||||||
`hydrogen` expects the following files in the `content` directory:
|
`hydrogen` expects the following files in the `content` directory:
|
||||||
|
|||||||
Reference in New Issue
Block a user