Skip to content

Commit

Permalink
change permalink style
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Apr 19, 2013
1 parent 7e6c8b6 commit 8815e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nico.js
Expand Up @@ -5,7 +5,7 @@ var path = require('path');
exports.theme = __dirname exports.theme = __dirname
exports.source = process.cwd() exports.source = process.cwd()
exports.output = path.join(process.cwd(), '_site') exports.output = path.join(process.cwd(), '_site')
exports.permalink = '{{directory}}/{{filename}}' exports.permalink = '{{directory}}/{{filename}}.html'
exports.google = 'UA-36247332-1' exports.google = 'UA-36247332-1'
exports.ignorefilter = function(filepath, subdir) { exports.ignorefilter = function(filepath, subdir) {
if (/^(_site|_theme|node_modules)/.test(subdir)) { if (/^(_site|_theme|node_modules)/.test(subdir)) {
Expand Down

0 comments on commit 8815e93

Please sign in to comment.