-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
71 lines (63 loc) · 1.32 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
# Site settings
title: Habedi.me
email: [email protected]
description: >
Our website.
baseurl: "/" # the subpath of your site, e.g. /blog/
url: http://habedi.me # the base hostname & protocol for your site
git_address: https://github.com/Cirice/cirice.github.io
git_edit_address: https://github.com/Cirice/cirice.github.io/master
repository: Cirice/cirice.github.io
# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: sandstone
# Build settings
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-jupyter-notebook
- jekyll-gist
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
timezone: Asia/Tehran
defaults:
- scope:
path: _posts
type: posts
values:
layout: post
sectionid: blog
- scope:
path: _datascience
type: datascience
values:
layout: docs
sectionid: datascience
seo:
type: "WebPage"
- scope:
path: _about
type: about
values:
layout: about
sectionid: about
seo:
type: "WebPage"
collections:
datascience:
permalink: /:collection/:path/
output: true
about:
permalink: /:collection/:path/
output: true
posts:
permalink: /blog/:year/:month/:day/:title/
output: true