This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
71 lines (59 loc) · 1.49 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
title: Ahmad Assaf's Blog
description: Ahmad Assaf's blog about Software Engineering, Data Science, Productivity and Web Development
url: http://ahmadassaf.com
github-repo: https://github.com/ahmadassaf/blog/
locale: en_USf
default-post-image: website-screenshot.png # this image will be shown when post's front matter doesn't specify any image
# Jekyll
permalink: /posts/:title/
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
# Google Analytics
google-analytics: UA-11075253-1
# Social Links
google : AhmadAssafA
twitter : ahmadaassaf
facebook : simplyTech
github : ahmadassaf
stackoverflow: 557821/ahmadassaf
linkedin : ahmadassaf
hackernews : ahmadassaf
featured: []
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive
tag: archive
permalinks:
tag: '/:name/'
category: '/:name/'
# Comments
comments: disqus
disqus:
shortname: ahmadassaf
# posts-list pagination
paginate: 7
paginate_path: "posts/page/:num"
webrick:
headers:
"Access-Control-Allow-Origin": "*"
# Gems/plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-gist
- jekyll-archives
- jekyll-paginate
- jekyll-time-to-read
# Exclude list
include: [_pages]
exclude: [README.md, Gemfile, Gemfile.lock, _site, src, vendor, CNAME, LICENSE, Rakefile, .sass-cache, .DS_Store, node_modules]