nielsenramon / chalk

Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
http://chalk.nielsenramon.com
MIT License
1.22k stars 440 forks source link

.pdf files don't generate as assets #201

Closed panthonies closed 4 years ago

panthonies commented 4 years ago

I'm trying to link a pdf file to a post, but when I place my file in the _assets folder, they are not generated in /_site/assets/. PNG and JPG files work fine.

I replicated the issue on a brand new download of Chalk.

Screenshot of config.yml settings: Screenshot of config.yml settings

Screenshot of pdf added to /assets in a couple of places: Screenshot of pdf added to assets

Screenshot of pdf not in /_site/assets: Screenshot of pdf not in site assets

panthonies commented 4 years ago

Figured out a workaround - I had to place the PDFs in a folder outside of the _assets folder in order for them show up in _site.

Closing issue.