diff --git a/config/config.yaml b/config/config.yaml index 82e0977..0f6667c 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -1,22 +1,28 @@ -# ================== -# Pandoc base config +# ========================================================================= +# Pandoc main config # # Notes: # - # - +# - metadata (and other configs) is set in `src/_base.md` # - all options can be overwritten in file-specific './config//config.yaml' # (for `input-files`, file-specific additions are possible, but not a full # overwrite) -# ================== +# ========================================================================= from: markdown +verbosity: WARNING # ERROR, WARNING, or INFO + filters: - pandoc-crossref - src/filters/multiple-bibliographies.lua # comment out for quick build (no refs) #- src/filters/pandoc-quotes.lua -# you can set input files in output-specific config files as well, if a -# discrepancy is required +# ------------------------------------------------------------------------- +# Layout +# ------------------------------------------------------------------------- + +# you can extend the input-files in the output-specific configs input-files: - ./src/_base.md - ./src/abstract.md @@ -27,6 +33,8 @@ input-files: - ./src/05_references.md #- ./src/appendix.md # add this per outpuf file (see .//config.yaml) +# ------------------------------------------------------------------------- + cite-method: citeproc # citeproc, natbib, or biblatex embed-resources: true file-scope: false # Parse each file individually before combining for multifile @@ -45,5 +53,4 @@ top-level-division: default # part, chapter, section, or default toc: true listings: true number-sections: true -verbosity: WARNING # ERROR, WARNING, or INFO toc-depth: 3 diff --git a/config/html/config.yaml b/config/html/config.yaml index b92ffc4..8a1fdae 100644 --- a/config/html/config.yaml +++ b/config/html/config.yaml @@ -9,13 +9,14 @@ # add some input files input-files: - #- ./src/appendix.md + - ./src/appendix.md # styling css: - - ./config/html/css/main.css - - ./config/html/css/print.css - - ./config/html/css/font_tufte.css + - ./config/html/css/main.css # use :root here for easy customization + - ./config/html/css/print.css # print to pdf styling + - ./config/html/css/font_tufte.css # font-related + # different font-styles (uncomment): #- ./config/html/css/font_poppins.css #- ./config/html/css/font_merriweather.css