-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
46 lines (38 loc) · 1010 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
url: http://counter-interview.dev
title: Counter Interview - A collaborative collection of Interview questions
description: A collaborative collection of Interview questions collected from both sides of the process Interviewer (s) and Interviewee.
twitter: "@cntrinterview"
twitter:
username: cntrinterview
logo: /favicon.png
twitter:
image: http://counter-interview.dev/favicon.png
facebook:
image: http://counter-interview.dev/favicon.png
twitter-url: http://twitter.com/cntrinterview
contribute-url: http://github.com/oleg-koval/counter-interview.dev#contributing
theme: jekyll-theme-minimal
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
include: ['_pages']
environment: production
collections:
examples:
output: true
permalink: /examples/:name
components:
output: false
defaults:
- scope:
path: ""
type: "examples"
values:
layout: "example"
exclude:
- node_modules
plugins:
- jekyll-seo-tag
liquid:
error_mode: lax