diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-28 15:22:49 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-28 15:22:49 +0000 |
| commit | ab0611a9d597bf0e3c78bb3d01e857f4727bb2d3 (patch) | |
| tree | ec804b5bf5f15308c5a85928e4ce009bd9c8eb06 /config.example.yml | |
| parent | Update badge in readme (diff) | |
| parent | Bump version and update changelog and readme (diff) | |
| download | paper2remarkable-ab0611a9d597bf0e3c78bb3d01e857f4727bb2d3.tar.gz paper2remarkable-ab0611a9d597bf0e3c78bb3d01e857f4727bb2d3.zip | |
Merge branch 'master' into feature/gh_actions
Diffstat (limited to 'config.example.yml')
| -rw-r--r-- | config.example.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/config.example.yml b/config.example.yml new file mode 100644 index 0000000..52d3ac4 --- /dev/null +++ b/config.example.yml @@ -0,0 +1,26 @@ +--- +core: + crop: 'left' # options: 'none', 'left', 'center', 'right' + blank: false # options: true, false + upload: true # options: true, false + verbose: true # options: true, false + experimental: true # options: true, false + +# System settings are all optional, but can be used if executables are not on +# the PATH. Options in this section include: gs, pdftk, pdftoppm, qpdf, and +# rmapi. +system: + gs: /usr/bin/gs + +# Settings for styling HTML sources. This section has support for a css field +# and a font_urls field. The former is expected to be a multiline string and +# the latter a list of urls. +html: + css: | + @page { size: 702px 936px; margin: 1in; } + img { display: block; margin: 0 auto; text-align: center; max-width: 70%; } + h1,h2,h3 { font-family: 'Montserrat'; } + p, li { font-size: 12pt; line-height: 2; font-family: 'Montserrat'; } + + font_urls: + - https://fonts.googleapis.com/css2?family=Montserrat&display=swap |
