Skip to content

DRAFT: Docker#58

Open
kreativmonkey wants to merge 30 commits into
mainfrom
docker
Open

DRAFT: Docker#58
kreativmonkey wants to merge 30 commits into
mainfrom
docker

Conversation

@kreativmonkey

Copy link
Copy Markdown
Contributor

In diesem Branch wird das template auf die verwendung innerhalb des wbhdoc containers vorbereitet.

WICHTIG: Bitte nur ein squash merge durchführen da viele der Änderungen nichts mit dem template zu tun haben und zunächst ein docker innerhalb des templates integriert wurde. dies habe ich jedoch geändert, damit man das template angenehmer anpassen und in das docker build überführen kann.

kreativmonkey and others added 30 commits October 24, 2022 18:42
- including the wbh image

# Build

```bash
# Podman
podman build -t wbh-pandoc .

# Docker
docker build -t wbh-pandoc .
```

# Usage

```bash
# Podman
podman run --volume $(pwd):/data wbh-pandoc README.md

# Docker
docker run --volume $(pwd):/data --user $(id -u):$(id -g) wbh-pandoc README.md
```
- change geometry setting to pandoc default https://pandoc.org/MANUAL.html#layout
- change titlepage geometry to geometry like setting
related to issue #57
move all neccessary template files into a template folder. this is for better orientation and easier usage.
Index is romian 1....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant