This repository was archived by the owner on Mar 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_config-staging.yml
53 lines (53 loc) · 1.67 KB
/
_config-staging.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
title: The OpenDataPlane Project
description: > # this means to ignore newlines until "baseurl:"
The ODP project has been established to produce an open-source, cross-platform set of application programming interfaces (APIs) for the networking software defined data plane.
baseurl: "" # the subpath of your site, e.g. /blog
# URL of static site
url: "https://staging.opendataplane.org"
# Destination folder
destination: staging.opendataplane.org
# Production boolean used in layouts / includes
production: false
blog_images_dir: assets/images/posts/
# Build settings
markdown: kramdown
theme: jumbo-jekyll-theme
plugins:
- jekyll-feed
- jekyll-data
jekyll_tidy: # Compress the html and beautify it.
compress_html: true
exclude: ["assets/**/*.js", robots.txt] #Add the js file to exclude to stop jekyll tidy errors.
paginate_path: /blog/:num/ # Pagination Path for Blogs
permalink: /blog/:title/
assets:
sources:
- /assets/images/posts/
- /assets/images/
exclude:
- .asset-cache
- .sass-cache
- users-guide-*.adoc
mini_magick:
# Blog Image Presets
blog_thumbnails:
source: assets/images/posts
destination: assets/images/thumbnails/
resize: "100x100"
thumbnail: "100x100>"
gravity: "Center"
extent: "100x100"
blog_medium:
source: assets/images/posts
destination: assets/images/medium/
resize: "300x300"
thumbnail: "300x300>"
gravity: "Center"
extent: "300x300"
blog_large:
source: assets/images/posts
destination: assets/images/large/
resize: "500x500"
thumbnail: "500x500>"
gravity: "Center"
extent: "500x500"