forked from scribd/scribd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (46 loc) · 1.16 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
title: Scribd Technology
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Scribd technology builds and delivers one of the world's largest libraries,
bringing the best books, audiobooks, and journalism to millions of people
around the world.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://tech.scribd.com" # the base hostname & protocol for your site, e.g. http://example.com
google_analytics: 'UA-443684-30'
featured_series: 'kyc-series'
# GitHub Metadata
# Used for "improve this page" link
branch: main
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
twitter_username: scribdtech
facebook_username: scribd
linkedin_username: scribd
github_username: scribd
# Assets
sass:
sass_dir: assets/_sass
# Blog settings
permalink: "/blog/:year/:title:output_ext"
date_format: "%B %-d, %Y"
paginate: 12
paginate_path: "/blog/page:num/"
post-id: "#posts"
# Build settings
plugins:
- jekyll-feed
- jekyll-paginate
# Blog categories
collections:
category:
output: true
defaults:
-
scope:
path: ""
type: category
values:
layout: "category"