forked from raft-tech/raft-tech.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·107 lines (92 loc) · 2.63 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
# External plugins
# See http://ixti.net/software/2013/01/28/using-jekyll-plugins-on-github-pages.html for making `jekyll archives` work.
plugins:
- jekyll-archives # Sorry, not GitHub pages friendly!
- jekyll-sitemap
- jekyll-paginate-v2
- pagemaster
- jekyll-target-blank
exclude:
- "/vendor/"
# Site settings
title: Raft
subtitle: ""
email: [email protected]
name: Raft
description: >
Building the Unimagined
# Base URL of site (i.e. /blog). It should always start with a slash,
# and never end with a slash. Set it to a blank value if hosting at the
# root of your server.
#baseurl: "/" # the subpath of your site, e.g. /blog/
#url: "http://goraft.tech" # the base hostname & protocol for your site
cover: "/assets/header_image_big.jpg"
logo: "/assets/logo.png"
# Build settings
markdown: kramdown
inter_post_navigation: false
highlightjs_theme: "atom-one-dark"
# Pagination Settings
# https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
pagination:
enabled: true
per_page: 5
permalink: "/page/:num/"
sort_reverse: true
# Archive settings (see https://github.com/jekyll/jekyll-archives/)
jekyll-archives:
enabled:
- categories
- tags
layout: 'archive'
permalinks:
category: '/category/:name/'
tag: '/tag/:name/'
# Disqus comments
# disqus_shortname: bencentra
#Google analytics
ga_tracking_id: "UA-18253952-2"
# Category descriptions (for archive pages)
descriptions:
- cat: jekyll
desc: "Posts describing Jekyll setup techniques."
- cat: dummy
desc: "Just some placeholder posts, lorem ipsum and the rest."
social:
- name: Twitter
icon: twitter
username: Raft_Tech
url: https://twitter.com/raft_tech
desc: Follow us on Twitter
share: true
- name: GitHub
icon: github
username: raft-tech
url: https://github.com/raft-tech
desc: Fork us on GitHub
share: true
- name: LinkedIn
icon: linkedin
username: Raft Tech
url: https://www.linkedin.com/company/raft-tech/
desc: Connect with us on LinkedIn
share: true
collections:
about:
output: true
source: members.yml
id_key: id
layout: about/profile
permalink: pretty
# Social sharing protocols
# These are for automatically generating sharing metadata for FB and Twitter
# OS Protocol is for sharing the source of your site, if you're interested. For more, see osprotocol.com
protocols:
fb_image: "/assets/logo.png"
fb_image_width: 612
fb_image_height: 605
fb_image_type: "image/png"
twitter_image: "/assets/logo.png"
os_repo: "https://github.com/raft-tech"
os_rcs_type: "git"
os_src: "https://github.com/raft-tech"