1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/accelerator/docs/pub-config.js
Andreas Olofsson 333e445c58 Adding tutorial
2016-01-21 09:23:21 -05:00

36 lines
708 B
JavaScript

var opts = module.exports = {
pkgs: ['pub-theme-shower-ribbon', 'pub-pkg-highlight'],
sources: [
{
path:'.',
glob:'**/*.md',
watch: {usePolling:true},
writable:true
}
],
outputs: [
{
path:'./out',
relPaths: true,
}
],
//scans everything beneath path
staticPaths: [ '../static' , './static' , '.nojekyll' , '../.gitignore'],
// path to extra stylesheet
injectCss: [ '/css/extra.css' ],
// don't forget photo credit
//photoCredit: 'Cover Photo by Jurgen Leschner, github.com/jldec',
// copyright comment
//copyright: 'Copyright © 2015 Hard Working Person',
// ask search engines not to crawl this site
//noRobots: true
}