Update config files for HTML and PDF.
This commit is contained in:
parent
2cc7da268e
commit
2e3623fc05
2 changed files with 26 additions and 2 deletions
8
config-pdf.yaml
Normal file
8
config-pdf.yaml
Normal 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
|
20
config.yaml
20
config.yaml
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue