Update config files for HTML and PDF.

This commit is contained in:
Mica Semrick 2020-11-03 15:00:17 -08:00
parent 2cc7da268e
commit 2e3623fc05
2 changed files with 26 additions and 2 deletions

8
config-pdf.yaml Normal file
View file

@ -0,0 +1,8 @@
baseURL: https://elstoc.github.io/luadocs/
languageCode: en-us
title: darktable lua documentation
theme:
- hugo-pdf-theme
markup:
highlight:
style: algol_nu

View file

@ -1,3 +1,19 @@
baseURL: http://example.org/ baseURL: https://elstoc.github.io/luadocs/
languageCode: en-us languageCode: en-us
title: My New Hugo Site title: darktable lua documentation
theme:
- hugo-darktable-docs-theme
- hugo-bootstrap-bare
markup:
highlight:
style: algol_nu
outputs:
home:
- HTML
- RSS
- JSON
module:
mounts:
- source: ./themes//hugo-darktable-docs-theme/assets/node_modules/fork-awesome/fonts
target: static/fonts