Files
EWF/docs/_config.yml

23 lines
536 B
YAML

# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: pretty
# Server
destination: ./_gh_pages
exclude: [".gitignore", "Gruntfile.js", "package.json", "node_modules", "/readme_github_page.md", "*.py", ".scripts"]
port: 9000
# Custom vars
repo: https://github.com/EiffelWebFramework/EWF
version: v1
download: https://github.com/EiffelWebFramework/EWF/archive/v1.zip
plugins:
- jekyll-relative-links
relative_links:
enabled: true