Skip to content

Commit

Permalink
- Add pandoc executable to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Apr 18, 2024
1 parent ecbd9ed commit 830f67d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM dannyben/alpine-ruby:3.2.2

RUN apk add --no-cache pandoc

RUN gem install madness -v 1.1.5

WORKDIR /docs
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ bind: 0.0.0.0
# base_uri: /docs
base_uri: ~

# set the underlying markdown renderer:
# renderer: redcarpet # default renderer
# renderer: pandoc # pandoc renderer, requires pandoc command
renderer: redcarpet

# choose navigation sort order:
# sort_order: dirs_first # alphabetic directories then alphabetic files
# sort_order: mixed # alphabetic regardless of type
Expand Down

0 comments on commit 830f67d

Please sign in to comment.