Resume/config.js
Thomas Cole 6e82662ba2
Some checks failed
continuous-integration/drone Build is failing
Added drone workflow and automated pdf creation
2022-06-03 08:23:08 -04:00

9 lines
167 B
JavaScript

module.exports = {
stylesheet: ['stylesheet.css'],
pdf_options: {
format: 'Letter',
margin: '0mm',
printBackground: true,
},
stylesheet_encoding: 'utf-8',
};