-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
51 lines (40 loc) · 913 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
47
48
49
50
name: TechExcellence
title: Tech Excellence
description: Taking software development to the next level
url: https://www.techexcellence.io
# baseurl : /something
include: ['_pages']
# Build settings
# theme: minima
# theme: jekyll-theme-minimal
plugins:
- jekyll-feed
- jekyll-sitemap
permalink: pretty
# if collections not at root level
collections_dir: content
collections:
members:
output: true
# order:
# - jelena-cupac.md
# - j-cupac.md
# - valentina-cupac.md
companies:
output: true
# defaults:
# - scope:
# path: "_members"
# type: "members"
# values:
# layout: "member"
# - scope:
# path: ""
sass:
# where to search for Sass files, if the folder is called '_scss'
# sass_dir: assets/css
# sass_dir: _sass (default)
sass_dir: _scss
# Enable minification on your compiled CSS
style: compressed
highlighter: rouge