forked from nbenbarak-okta/okta.github.io-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
99 lines (84 loc) · 2.05 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
name: The Identity Platform for Developers
title: Okta Developer
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Secure, scalable, and highly available authentication and user management for any app.
baseurl: ""
url: "https://developer.okta.com"
twitter_username: OktaDev
github_username: oktadeveloper
plugins:
- jekyll-redirect-from
- jekyll-paginate
- jekyll-assets
source: _source
destination: dist
markdown: kramdown
markdown_ext: md
kramdown:
syntax_highlighter: rouge
toc_levels: 1..3
permalink: /blog/:year/:month/:day/:title
support_phone_number: "1-888-722-7871"
github_base_url: "https://github.com/okta/okta.github.io/tree/master/_source/"
github_edit_url: "https://github.com/okta/okta.github.io/edit/master/_source/"
get_started_url: "https://developer.okta.com/signup/"
stack_overflow_forum_url: "http://stackoverflow.com/search?q=okta"
timezone: UTC
ga_ua_id: "UA-15777010-3"
# This is different from "url"
# This variable will prevent user from committing sitemap with local url
production_url: "https://developer.okta.com"
include: [_static]
assets:
compress:
css: true
js: true
autowrite: true
cache: .asset-cache
cache_type: filesystem
skip_baseurl_with_cdn: false
skip_prefix_with_cdn: false
prefix: "/assets"
digest: true
features:
liquid: false
integrity: false
automatic_img_size: false
automatic_img_alt : true
collections:
standards:
output: true
code:
output: true
use_cases:
output: true
reference:
output: true
3rd_party_notices:
output: true
docs:
output: true
permalink: /:collection/:path:output_ext
paginate: 10
paginate_path: "/blog/page/:num"
defaults:
-
scope:
collection: slides
values:
layout: documentation
-
scope:
collection: code
values:
layout: software
-
scope:
collection: reference
values:
layout: documentation
signup_error_email_address: "[email protected]"
# Bug: 37458
# Add Discourse link
dev_forum: https://devforum.okta.com/