diff --git a/config-pdf.yaml b/config-pdf.yaml new file mode 100644 index 0000000..899153f --- /dev/null +++ b/config-pdf.yaml @@ -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 diff --git a/config.yaml b/config.yaml index d53b44c..65c8587 100644 --- a/config.yaml +++ b/config.yaml @@ -1,3 +1,19 @@ -baseURL: http://example.org/ +baseURL: https://elstoc.github.io/luadocs/ 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 +