🟢 | Docker images for use with docmachine-cli
This change removes unnecessary dependencies and optimizes the PDF build process, enhancing maintainability and reducing potential errors. - Removed `python3-pypandoc` from Dockerfile to minimize dependency footprint. - Replaced `texlive-xetex` with `texlive` in Dockerfile for broader TeX support. - Introduced `subprocess` in `build_pdf.py` to replace `pypandoc`, improving process control. - Added `run_process_with_params` function to handle command execution, increasing code modularity and error handling. - Created `build_pdf.old.py` as a backup of the original script for reference. Signed-off-by: Glenn Y. Rolland <glenux@glenux.net> |
||
---|---|---|
.github/workflows | ||
.makefiles@d5627404e1 | ||
.marp | ||
docker | ||
docs | ||
docs.assets | ||
images | ||
scripts | ||
slides | ||
tasks | ||
utils/docs | ||
.dockerignore | ||
.drone.yml | ||
.gitignore | ||
.gitmodules | ||
caddy.conf | ||
docker-compose.yml | ||
Makefile | ||
mkdocs-source.yml | ||
overlay.sh | ||
package-lock.json | ||
package.json | ||
Pipfile | ||
Pipfile.lock | ||
Procfile | ||
README.md |
ℹ️ This project is available on our self-hosted server and on CodeBerg and GitHub as mirrors. For the latest updates and comprehensive version of our project, please visit our primary repository at: https://code.apps.glenux.net/glenux/docmachine-containers.
DocMachine Containers
Prerequisites
Make sure you have Docker installed.
Writing content
Create your directory tree
. # project directory
|- docs # where website documents go
| `- *.md
|- slides # where presentation documents go
| `- *.md
|- images/ # where images go
|- ...
Content for docs
FIXME: tree structure
FIXME: autoslide feature
Content for slides
FIXME: tree structure
Watch mode
This mode allows you the result on-the-fly as you makea changes in the content.
To use watch mode, type:
docmachine -a watch
To use watch mode for slides only type:
docmachine -a watch-slides
To use watch mode for docs only type:
docmachine -a watch-docs
Build mode
This mode builds final content for delivery (website, PDF files)
Building HTML
To use build mode:
docmachine build