forked from skynettoday/skynet-today
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
90 lines (77 loc) · 1.89 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
url: https://www.skynettoday.com
baseurl:
name: Skynet Today
title: Skynet Today
description: Putting AI News In Perspective
logo: /assets/img/logo.webp
imgpath: /assets/img
locale: en_us
lang: en
google_analytics: UA-114440651-1
feed:
path: feed.xml
# Defaults
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
image:
feature: assets/img/placeholder.png
comments: true
share: true
- scope:
path: ""
values:
layout: "default"
- scope:
path: "_pages"
values:
layout: page
permalink: /:categories/:title/
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-last-modified-at
- jekyll-gist
- jekyll-redirect-from
- jekyll-feed
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
enable_coderay: false
include: [".htaccess","_pages"]
exclude: ["CNAME", "_deploy.yml", "lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", ".less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "vendor", "scripts"]
# Read Time
read_time: false # set true if you want read time under headline
words_per_minute: 250
# Category Colors
briefs: 0c776d
editorials: 940b52
digests: 103558
overviews: 8e44ad
# Social
footer_links:
- title: Feed
url: feed.xml
icon: assets/img/icons/rss.svg
- title: Twitter
url: https://twitter.com/skynet_today
icon: assets/img/icons/twitter.svg
- title: Facebook
url: https://www.facebook.com/pg/TheSkynetToday/
icon: assets/img/icons/facebook.svg
# Owner
owner:
name: Andrey Kurenkov
avatar: andrey_face.jpg
email: [email protected]
web: //www.andreykurenkov.com
# disqus-shortname: skynet-today
twitter: skynet_today
# Paginate
paginate: 40