aboutsummaryrefslogtreecommitdiff
blob: f01b91247da0e1c8fd52dfd7647935e5435d76d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Site settings
title: Gentoo Linux
email: www@gentoo.org
description: News and information from Gentoo Linux
baseurl: ""
url: "https://www.gentoo.org"

cdnurl: https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com
contact: /inside-gentoo/contact/
copyrightyears: "2001–2015"

excerpt_separator: <!--more-->
markdown: kramdown
sass:
  style: :compressed

permalink: /news/:year/:month/:day/:title.html

defaults:
  -
    scope:
      path: "" # an empty string here means all files in the project
    values:
      layout: "page"
  -
    scope:
      path: inside-gentoo
    values:
      nav1: inside-gentoo
  -
    scope:
      path: ""
      type: "posts"
    values:
      layout: "post"
      nav1: home
      nav2: news
      nav2-show: true

exclude: ['bin', 'README', 'TODO']
gems: ['nokogiri']