aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-12 19:46:25 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-12 20:08:42 +0200
commitcda99a1f19d2b53b909f20451bc3ded3658fcf6d (patch)
tree43db9a3af814c46dd59d1cdaef70db7e7ca1cb88 /_config.yml
parentOnly show 2 news items on the frontpage (diff)
downloadwww-cda99a1f19d2b53b909f20451bc3ded3658fcf6d.tar.gz
www-cda99a1f19d2b53b909f20451bc3ded3658fcf6d.tar.bz2
www-cda99a1f19d2b53b909f20451bc3ded3658fcf6d.zip
Fix pass-through for .rst GLEPs
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 804950b..924ba0b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -35,6 +35,11 @@ defaults:
nav1: home
nav2: news
nav2-show: true
+ -
+ scope:
+ path: glep
+ values:
+ layout: passthrough
exclude: ['bin', 'README', 'TODO']
gems: ['nokogiri']