-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
97 lines (79 loc) · 2.25 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
theme: jekyll-theme-architect
domain: cs.aviparshan.com # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
url: https://cs.aviparshan.com # the base hostname and protocol for your site, e.g. http://example.com
baseurl: / # place folder name if the site is served in a subfolder
title: "CS Resources"
description: "Computer Science Resources and Links from Avi Parshan"
subtitle: "Useful Computer Science Resources and Links - Theory, Mathematics, and Programming" # site tagline that appears below site title in masthead
locale: "en-US"
remote_theme: pages-themes/architect@v0.2.0
plugins:
- jekyll-relative-links
- jekyll-remote-theme # add this line to the plugins list if you already have one
- jekyll-redirect-from # handle external posts
# - jekyll-sitemap
# config settings for relative links
relative_links:
enabled: true
collections: true
include:
- README.md
- LICENSE.md
- COPYING.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- _pages
# exclude :
# - 404.md
# - 404.html
encoding: "UTF-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# Includes an icon in the footer for each user name you enter
footer-links:
github: avipars
twitter: aviinfinity
future: true #render future posts
show_downloads: false # hide github ugly download button
# Site Author
author:
name : "Avi Parshan"
avatar : "https://github.com/avipars/aviparshan_site/blob/master/img/avi_parshan_profile_avatar.png?raw=true"
bio : "I am a student and software developer"
location : "Israel"
email : "cs@aviparshan.com"
# default settings for files (latter half is for excluding from sitemap)
defaults:
-
scope:
type: posts
path: _posts
values:
is_post: true
layout: post
-
scope:
type: pages
path: _pages
values:
is_post: false
layout: page
- scope:
path: "/*.xml"
values:
sitemap: false
- scope:
path: "/**/*.css"
values:
sitemap: false
- scope:
path: "/**/*.json"
values:
sitemap: false