forked from crosstool-ng/crosstool-ng.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
27 lines (22 loc) · 863 Bytes
/
_config.yml
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
# Site settings
title: crosstool-NG
description: [A versatile (cross) toolchain generator]
baseurl: '' # the subpath of your site, e.g. /blog/
url: 'http://crosstool-ng.github.com' # the base hostname & protocol for your site
github_username: crosstool-ng
license_url: https://raw.githubusercontent.com/crosstool-ng/crosstool-ng/master/COPYING
mailinglist_url: https://sourceware.org/ml/crossgcc/
irc_url: irc://irc.freenode.net/#crosstool-ng
download_url: http://crosstool-ng.org/download/crosstool-ng/
# Build settings
include: ['_pages', '_pages/docs']
exclude: ['sources']
markdown: kramdown
# use 'post' layout for posts by default (so it can be omitted in front matter)
defaults:
-
scope:
path: '' # an empty string here means all files in the project
type: 'posts' # previously `post` in Jekyll 2.2.
values:
layout: 'post'