-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (46 loc) · 1.2 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
# Plugins
plugins:
- github-pages
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-github-metadata
- jemoji
- jekyll-seo-tag
- jekyll-loading-lazy
# Dependencies
highlighter: rouge
markdown: kramdown
# Permalinks
# excerpt_separator: ''
# Setup
title: "solrevdev tech radar"
short_title: "solrevdev"
tagline: "A blog about things I find on the web, tools and technologies that I like."
description: "solrevdev is a blog by the software engineer John Smith about things he finds on the web, tools and technologies that he likes."
url: "https://solrevdev.com"
baseurl: ""
# Minify css
sass:
style: compressed
# Contacts
author:
name: "John Smith"
url: "https://solrevdev.com/about/"
email: "[email protected]"
github: "https://github.com/solrevdev"
facebook: "https://www.facebook.com/solrevdevtechradar"
instagram: "https://www.instagram.com/solrevdev"
twitter: "https://www.twitter.com/solrevdev"
# Outputting
paginate: 5
# Custom vars
version: "2.1.0"
github: [metadata]
exclude: ["Rakefile", "vendor"]
# Social Sharing
facebook_app_id: "1213637668669023"
theme: jekyll-theme-cayman
prose:
siteurl: "https://solrevdev.com"
media: "media"