-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·89 lines (76 loc) · 2.09 KB
/
_config.yml
File metadata and controls
executable file
·89 lines (76 loc) · 2.09 KB
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
###################################################################
# Welcome to Eduzone Jekyll Theme
# Developed by https://themeix.com
# Version : 1.0.0
###################################################################
title: Coded Thinking
email: hello@codedthinking.com
description: >- # this means to ignore newlines until "baseurl:"
Data science for decision makers.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://codedthinking.com/" # the base hostname & protocol for your site, e.g. https://example.com
# Site Settings
twitter_username: codedthinking
logo_url: https://cdn.thnk.ng/img/logo/logo-200.png
footer_logo_url: https://cdn.thnk.ng/img/logo/white-200.png
cover_image: /assets/images/blog-img-13.jpg
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-archives
# Site configuration for the Jekyll 2 Pagination Gem
pagination:
enabled: true
debug: true
collection: 'posts'
per_page: 6
permalink: '/pages/:num/' # Pages are simple html files
title: ':title - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
category: 'posts'
tag: ''
locale: ''
trail:
before: 2
after:
extension: 'html'
indexpage: 'index'
autopages:
enabled: true
categories:
layouts:
- 'category.html'
title: 'Category - :cat'
permalink: '/category/:cat'
collections:
layouts:
- 'category.html'
title: ' :coll' # :coll is replaced by the collection name
permalink: '/:coll/'
tags:
layouts:
- 'tag.html'
title: 'Tag - :tag' # :tag is replaced by the tag name
permalink: '/tag/:tag'
tag_page_layout: category
tag_page_dir: tag
tag_permalink_style: pretty
jekyll-archives:
enabled: all
layout: category
permalinks:
category: '/category/:name/'
collections:
courses:
title: Courses
output: true
permalink: /courses/:path/
instructors:
title: Instructors
output: true
permalink: /instructors/:path/