aboutsummaryrefslogtreecommitdiff
blob: 804950b9ba49bf62f81b0353bfa6eb3d403d528e (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
# Site settings
title: Gentoo Linux
email: www@gentoo.org
description: News and information from Gentoo Linux
baseurl: ""
url: "https://www.gentoo.org"

cdnurl: https://assets.gentoo.org/tyrian
contact: /inside-gentoo/contact/
copyrightyears: "2001–2017"

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

defaults:
  -
    scope:
      type: pages
    values:
      layout: "page"
      permalink: /:path/:basename:output_ext
  -
    scope:
      path: inside-gentoo
    values:
      nav1: inside-gentoo
  -
    scope:
      type: "posts"
    values:
      layout: "post"
      permalink: /news/:year/:month/:day/:title.html
      nav1: home
      nav2: news
      nav2-show: true

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