-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
82 lines (69 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Site settings
title: Askøy Fotballklubb
email: [email protected]
description: Askøy Fotballklubb
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://askoyfk.github.io" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
#host: 192.168.1.214
# exclude:
# - node_modules/test
#
# include:
permalink: /:categories/:year/:month/:day/:title/
defaults:
-
scope:
path: "nyheter"
type: "posts"
values:
layout: "post"
categories: "nyheter"
gems:
- jekyll-redirect-from
exclude:
- feed.xml
- README.md
- node_modules/.bin
- node_modules/browser-sync
- node_modules/del
- node_modules/es6-promise
- node_modules/google-spreadsheet
- node_modules/gulp
- node_modules/gulp-autoprefixer
- node_modules/gulp-convert
- node_modules/gulp-ext-replace
- node_modules/gulp-file
- node_modules/gulp-insert
- node_modules/gulp-ruby-sass
- gulpfile.js
- package.json
- tasks
- _sass
- sass-ny-meny
- styles
- index-ny-meny.html
- bower.json
- afk-layout
# Collections
collections:
lag:
output: true
permalink: /lag/:path/
layout: team
arrangement:
output: true
permalink: /arrangement/:path/
layout: page
# nyheter:
# output: true
# permalink: /:year/:month/:day/:title/
# type: posts
# layout: post
# baner:
# output: true
# permalink: /baner/:path/
# klubben:
# output: true
# permalink: /klubben/:path/