aboutsummaryrefslogtreecommitdiff
blob: fd760db6657e5c0ae48a98439b3dc8f592fea635 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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/v1
contact: /inside-gentoo/contact/
copyrightyears: "2001–2020"

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
  -
    scope:
      path: glep
    values:
      layout: passthrough

plugins: ['nokogiri']
# Exclude everything and only include specific items
exclude:
- bin
- Dockerfile*
- .dockerignore
- Gemfile*
- Makefile
- README.md
- TODO
- wget-log*