-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
39 lines (30 loc) · 1.38 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
# Welcome to Jekyll!
#
# Site settings
baseurl: /code-hub # the subpath of your site, e.g. /blog
title: SDP Code Hub
description: |
An essential collection of code samples, demos, and connectors<br>
to kick-start your projects on the Dell EMC [Streaming Data Platform](https://www.delltechnologies.com/en-us/storage/streaming-data-platform.htm)
owner: Dell Inc., or its subsidiaries # or company name
# Build settings
markdown: kramdown
#sass:
# style: compressed
exclude: ["README.md", "changelog.md"]
# paginate setting for all blogs page
paginate: 10
paginate_path: "all-posts/page:num"
# make sure you have this gem installed to dev locally
# `$ gem install jekyll-paginate`
# github page supports this plugin
plugins: [jekyll-paginate]
# Settings for show the number of recent posts on post page
recent_limit: 3
# Settings for shown catogories with the specified order
# Leave blank to show all categories with the default order
catalog: ["Getting Started", "Ingesting Data", "Processing Data", "Data Output"]
privacy_link: https://www.dell.com/learn/us/en/uscorp1/policies-privacy
tou_link: https://www.dell.com/learn/us/en/uscorp1/site-terms-of-use
uoc: All text instructions and source code within the posts on this site are free to use under the respective license stated within each post.
third_link: https://github.com/StreamingDataPlatform/code-hub/tree/master/3rd-party-licenses