Skip to content
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ description: "The Research Software Quality Kit is a resource to help researcher

remote_theme: ELIXIR-Belgium/elixir-toolkit-theme

baseurl: ""
url: "http://localhost:4000"

# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge

sass:
style: compressed
Expand All @@ -20,6 +28,13 @@ exclude:
- README.md
- Gemfile

# Collections
collections:
pages:
output: true
permalink: /:path/

# Defaults
defaults:
-
scope:
Expand Down
Loading