-
Notifications
You must be signed in to change notification settings - Fork 65
/
_config.yml
110 lines (89 loc) · 2.67 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
100
101
102
103
104
105
106
107
108
109
110
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"
encoding: utf-8
twitter_username: OktaDev
github_username: oktadev
disqus_shortname: oktadevblog
plugins:
- jekyll-redirect-from
- jekyll-paginate
- jekyll-assets
- jekyll-include-cache
- jekyll-asciidoc
page_gen:
- index_files: true
data: authors
template: author
name: id
dir: blog/authors
tag_page_layout: tag
tag_page_dir: blog/tags
tag_permalink_style: pretty
defaults:
- scope:
path: ""
type: "authors"
values:
layout: "author"
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/oktadev/okta-blog/tree/source/_source/"
github_edit_url: "https://github.com/oktadev/okta-blog/edit/source/_source/"
get_started_url: "https://developer.okta.com/signup/"
stack_overflow_forum_url: "http://stackoverflow.com/search?q=okta"
timezone: EST
# This is different from "url"
# This variable will prevent user from committing sitemap with local url
production_url: "https://developer.okta.com"
include: [_static, .nojekyll, .woff, .tff, _headers, _redirects]
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-jekyll"
digest: true
sources:
- _assets/files
features:
liquid: false
integrity: false
automatic_img_size: false
automatic_img_alt : true
paginate: 10
paginate_path: "/blog/page/:num"
sitemap_ignore:
# Omit from sitemap.collection traversal
- posts
# Bug: 37458
# Add Discourse link
dev_forum: https://devforum.okta.com/
# Location of main Drupal site for navigation and shared resources
external_domain: https://developer.okta.com
# Location of Drupal site for Coveo, used by navigation and shared resources
external_www_domain: https://www.okta.com
# Link for telling people to contact support
contact_support_lc: contact <a href="https://support.okta.com/help/open_case" target="_blank">Support</a>
contact_support_uc: Contact <a href="https://support.okta.com/help/open_case" target="_blank">Support</a>
# AsciiDoc settings - only applies to blog. Can be removed when we move to Hugo for the blog.
asciidoctor:
attributes:
source-highlighter: rouge
icons: font
base_dir: :_source