-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (47 loc) · 1.24 KB
/
_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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
title: OPENXTRA Freestuff
email: info@openxtra.co.uk
author: OPENXTRA Ltd.
description: >
OPENXTRA have built up a lot of software and content that doesn't really belong on the main website anymore. That's why the OPENXTRA Freestuff website was born as a place to put all of the content that would otherwise go to waste.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://openxtra.org"
twitter_username: openxtrahq
github_username: openxtra
copyright_notice: "Copyright © 2003-2017 OPENXTRA Limited. All rights reserved."
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jekyll-redirect-from
exclude: # do *NOT* add README.md here... it will silently break the site
- CNAME
- LICENSE
- run-dev-server.sh
- docker-compose.yml
include: ['_pages']
google_analytics: UA-71383-43
disqus:
shortname: openxtra-org
collections:
projects:
output: true
permalink: /project/:name
comments: false
articles:
output: true
permalink: /article/:name
defaults:
- scope:
path: ""
type: "projects"
values:
layout: "page"
- scope:
path: ""
type: "articles"
values:
layout: "article"
author: jack