16 lines
454 B
YAML
16 lines
454 B
YAML
# Dependencies
|
|
markdown: rdiscount
|
|
pygments: true
|
|
|
|
# Permalinks
|
|
permalink: pretty
|
|
|
|
# Server
|
|
destination: ./_gh_pages
|
|
exclude: [".gitignore", "Gruntfile.js", "package.json", "node_modules", "README.md", "server_architecture.png", "wiki.py"]
|
|
port: 9000
|
|
|
|
# Custom vars
|
|
repo: https://github.com/EiffelWebFramework/EWF
|
|
download: https://github.com/EiffelWebFramework/EWF/archive/v0.3.1.zip
|