-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_config.yml
140 lines (131 loc) · 3.69 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
title: Africa-Arabia Regional Operations Centre
description: Daily Chaos from Africa and Arabia | e-Infrastructure operations and coordination
logo: SANCG_logoTransparent-cropped.png
disqus_shortname: aarocblog
# Assign a default image for your site's header and footer
default_bg: default-bg.png
#default_bg: operations-portal.gif
search: false
share: true
# Read Time is a calculator tp provide post read-time based on word count. Usage is recommended.
readtime: true
# Change url to your domain. Leave localhost server or blank when working locally.
url: http://www.africa-grid.org
# Owner/author information
owner:
name: Africa-Arabia Regional Operations Centre.
avatar: SANCG_logoTransparent-cropped.png
email: [email protected]
# Use the coder's toolbox at http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii to encode your description into XML string
description: "The Africa-Arabia Regional Operations Team"
# Social networking links used in footer. Update and remove as you like
social:
twitter: thesagrid
facebook: SAGrid
github: AAROC
slack: africa-arabia-roc
slideshare: brucellino
docker: aaroc
quay: aaroc
stackexchange:
linkedin:
instagram:
flickr:
tumblr:
# For Google Authorship https://plus.google.com/authorship
google_plus:
# Analytics and webmaster tools stuff goes here
google_analytics: UA-51099001-2
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
using_wow: true
# Links to include in footer navigation
# For external links add external: true
links:
- title: Home
displaytitle: false
url: /
sublinks: []
icon: home
- title: Services
displaytitle: true
url: /services/
sublinks: []
icon: info-circle
- title: Sites
displaytitle: true
url: /sites/
icon: globe
sublinks: []
#- title: Status
# displaytitle: true
# url: /SitRep
# sublinks: []
# icon: dashboard
- title: Blog
displaytitle: true
url: /blog/
sublinks: []
icon: bullhorn
- title: Campaigns
displaytitle: true
url: /campaigns
sublinks: []
icon: fire
- title: Projects
displaytitle: true
url: /projects
sublinks: []
icon: flask
- title: Contact
displaytitle: false
url: /contact
icon: paper-plane-o
#
# - title: Tags
# url: /tags
# icon: tags
#- title: The Team
# url: /team/
# icon: group
# external: false
# - title: Collaborate
# url: /How-to-contribute
# external: false
# icon: exchange
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Africa/Johannesburg
future: true
highlighter: rouge
markdown: kramdown
paginate: 4
toc_levels: 1..6
paginate_path: "page:num"
# https://github.com/mojombo/jekyll/wiki/Permalinks
#permalink: /:categories/:title/
permalink: pretty
excerpt_separator: --
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
# enable_coderay: true
input: GFM
# coderay:
# coderay_line_numbers:
# coderay_line_numbers_start: 1
# coderay_tab_width: 4
# coderay_bold_every: 10
# coderay_css: class
include: [".htaccess"]
exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]
plugins:
- jemoji
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-redirect-from
# - pygments
# - dashing