Update README.md

This commit is contained in:
sg
2025-06-05 11:36:10 +00:00
parent fd8bc572c3
commit 12f87ce4b1

View File

@@ -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: