This commit is contained in:
SG
2025-06-05 16:25:00 +03:00

View File

@@ -7,9 +7,22 @@ Simplistic static site generator
`cd hydrogen && pip install -r requirements`
_put some Markdown files into the `content` directory_
_put some Markdown files into the `content` directory._
`./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 hydrogen`
_the `public` directory is ready to be published._
## Conventions / expectations
`hydrogen` expects the following files in the `content` directory: