website/docpad.coffee
2015-04-27 11:28:27 +02:00

14 lines
252 B
CoffeeScript

# DocPad Configuration File
# http://docpad.org/docs/config
# Define the DocPad Configuration
docpadConfig = {
plugins:
nodesass:
outputStyle: 'nested'
bourbon: true
}
# Export the DocPad Configuration
module.exports = docpadConfig