-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
98 lines (79 loc) · 2.19 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
title: 'CTS-NL'
slogan: 'Computer Technology Society Newfoundland Labrador'
description: 'A community for the people who work in or have an interest in software development, programming, information technology and computing in Newfoundland and Labrador'
credits: '<p>Created with ♥ by <a href="http://phlow.de/">Phlow</a> with <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> based on <a href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a>.</p>'
author: mitmaro
url: 'https://ctsnl.ca'
baseurl: ''
improve_content: https://github.com/CTS-NL/CTS-NL.github.io/edit/gh-pages
# This URL points directly to the images directory making
# things easier to link to images in posts and templates. It needs a slash at the end.
urlimg: '//ctsnl.ca/images/'
# Logo size is 600x80 pixels
logo: "logo.png"
plugins:
- jekyll-gist
- jekyll-paginate
paginate: 5
paginate_path: "/news/:num/"
markdown: kramdown
highlight: rouge
excerpt_separator: "<!--more-->"
include: ['.htaccess']
# Exclude these files from your production _site
exclude:
- .sass-cache
- .idea
- docker-compose.yml
- Gemfile
- Gemfile.lock
- INSTALL.md
- LICENSE
- README.md
- server.sh
- vendor/bundle
- ValidateJobs.py
- ParseJobs.py
- requirements.txt
# ignore the date
future: true
# The language setting is used in /includes/header.html for html-settings
language: 'en'
# Used › default.html front-matter and compress.html
# Options › http://jch.penibelst.de
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
profile: false
ignore:
envs: [development]
defaults:
-
scope:
path: ''
type: 'pages'
values:
show_meta: false
sidebar: 'right'
author: mitmaro
-
scope:
path: ''
type: 'posts'
values:
show_meta: true
sidebar: 'left'
author: mitmaro
socialmedia:
twitter: CTS_NL
facebook:
# _____
# / ___/____ ___________
# \__ \/ __ `/ ___/ ___/
# ___/ / /_/ (__ |__ ) More › http://sass-lang.com/
# /____/\__,_/____/____/ More › http://jekyllrb.com/docs/assets/#sassscss
#
sass:
sass_dir: _sass
style: :compressed