Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
add custom previews
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Jun 22, 2019
1 parent 4a70816 commit fd9808c
Show file tree
Hide file tree
Showing 8 changed files with 1,055 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .eleventy.js
Expand Up @@ -30,6 +30,8 @@ module.exports = function(config) {
config.addPassthroughCopy('src/fonts');
config.addPassthroughCopy('src/images');
config.addPassthroughCopy('src/admin/config.yml');
config.addPassthroughCopy('src/admin/previews.js');
config.addPassthroughCopy('node_modules/nunjucks/browser/nunjucks-slim.js')

// Custom collections
config.addCollection('posts', collection => {
Expand Down

0 comments on commit fd9808c

Please sign in to comment.