potentially fix reports issue?

This commit is contained in:
Lorin Werthen 2019-09-26 16:39:25 +02:00 committed by Wout Schellaert
parent 374f908282
commit f281276f4b
3 changed files with 10 additions and 3 deletions

View file

@ -19,7 +19,7 @@ addons:
apt: apt:
packages: packages:
- pandoc - pandoc
- texlive - texlive-full
- lmodern - lmodern
branches: branches:

8
Rules
View file

@ -4,12 +4,17 @@
require 'json' require 'json'
require 'icalendar' require 'icalendar'
# Important!!!
# First ignore the node_modules, we do not need any of it on the site directly.
ignore '/node_modules/**/*'
# #
# #
# PREPROCESS # PREPROCESS
# #
# #
preprocess do preprocess do
`yarn` `yarn`
@ -136,7 +141,7 @@ end
# Note drive/verslagen is 'linked' as a data source to /about/verslagen/ # Note drive/verslagen is 'linked' as a data source to /about/verslagen/
compile '/about/verslagen/*/*.md', rep: :pdf do compile '/about/verslagen/*/*.md', rep: :pdf do
filter :pandoc_pdf, args: { f: :markdown } if production? filter :pandoc_pdf, args: { f: :markdown, :'pdf-engine' => 'xelatex' } if production?
write ext: (production? ? 'pdf' : 'md') write ext: (production? ? 'pdf' : 'md')
end end
@ -181,7 +186,6 @@ end
ignore '/assets/stylesheets/includes/**/*' ignore '/assets/stylesheets/includes/**/*'
ignore '/data/**/*' ignore '/data/**/*'
ignore '/node_modules/**/*'
compile '/assets/stylesheets/**/*.scss' do compile '/assets/stylesheets/**/*.scss' do
sass_opts = { sass_opts = {

View file

@ -5,11 +5,14 @@
bulma-divider@~0.2.0: bulma-divider@~0.2.0:
version "0.2.0" version "0.2.0"
resolved "https://registry.yarnpkg.com/bulma-divider/-/bulma-divider-0.2.0.tgz#a9b4d9fe8b270c7cb7573023c575062bc62616f3" resolved "https://registry.yarnpkg.com/bulma-divider/-/bulma-divider-0.2.0.tgz#a9b4d9fe8b270c7cb7573023c575062bc62616f3"
integrity sha512-REe3k56GECRfDaqFjC8cwLhV4RxXmV0RubuzDJqwior9wlJcdHlN0qfW0tvUX+qphikaTQegIeRuhjRIAqkjkw==
bulma-timeline@^3.0.4: bulma-timeline@^3.0.4:
version "3.0.4" version "3.0.4"
resolved "https://registry.yarnpkg.com/bulma-timeline/-/bulma-timeline-3.0.4.tgz#494f458098a06dcf8dcc7fe8f2f158b63d1d1ef2" resolved "https://registry.yarnpkg.com/bulma-timeline/-/bulma-timeline-3.0.4.tgz#494f458098a06dcf8dcc7fe8f2f158b63d1d1ef2"
integrity sha512-gCUOcSUuzHoeVMkCpLF49j5Z5yl78XQ+KgJcT+1ju5WIGgBgVytRUob/dw5NHAxPLO2rmcvwYNbCJFp7w4WT4Q==
bulma@0.7.5: bulma@0.7.5:
version "0.7.5" version "0.7.5"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.5.tgz#35066c37f82c088b68f94450be758fc00a967208" resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.5.tgz#35066c37f82c088b68f94450be758fc00a967208"
integrity sha512-cX98TIn0I6sKba/DhW0FBjtaDpxTelU166pf7ICXpCCuplHWyu6C9LYZmL5PEsnePIeJaiorsTEzzNk3Tsm1hw==