forked from shotgunsoftware/developer.shotgunsoftware.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjekyll_config.yml
More file actions
55 lines (45 loc) · 2.72 KB
/
jekyll_config.yml
File metadata and controls
55 lines (45 loc) · 2.72 KB
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
# Copyright 2019 Autodesk, Inc. All rights reserved.
#
# Use of this software is subject to the terms of the Autodesk license agreement
# provided at the time of installation or download, or which otherwise accompanies
# this software in either electronic or hard copy form.
#
#
# jekyll configuration file for Shotgun Developer Site Environment
#
# For more information, see https://developer.shotgunsoftware.com/tk-doc-generator/
# Site settings
title: SG Developer
description: Resources for Shotgun Developers.
# i18n configuration for all languages shotgun supports
languages: ["en", "ko", "ja", "zh_CN"]
lang_vars: ["English", "한국어", "日本語", "简体中文"]
default_lang: "en"
# analytics - see https://github.com/hendrikschneider/jekyll-analytics
jekyll_analytics:
GoogleAnalytics: # Add, if you want to track with Google Analytics
id: UA-2114792-9 # Required - replace with your tracking id
# custom google search integration
google_custom_search_id: "015683694229584726942:8l32_vorpny"
# html head metadata: social open graph and favicon
additional_head_html: |
<meta property="og:image:height" content="1257">
<meta property="og:image:width" content="2400">
<meta property="og:title" content="Shotgun Developer">
<meta property="og:description" content="This site contains detailed technical reference for all of the ways you can interact with Shotgun programmatically, as well as tutorials, guides, and other educational resources for learning how to make the best use of all of Shotgun's integration points.">
<meta property="og:url" content="https://developer.shotgunsoftware.com">
<meta property="og:image" content="https://developer.shotgunsoftware.com/site-metadata/og-image.jpg">
<link rel="apple-touch-icon" sizes="180x180" href="/site-metadata/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/site-metadata/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/site-metadata/favicon-16x16.png">
<link rel="manifest" href="/site-metadata/site.webmanifest">
<link rel="mask-icon" href="/site-metadata/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
custom_pre_content: |
<span id="article-type" style="display:none;" data-swiftype-name="type" data-swiftype-type="enum">Article</span>
<span id="article-locale" style="display:none;" data-swiftype-name="locale" data-swiftype-type="enum">en-us</span>
<div class="article-body markdown" data-swiftype-name="body" data-swiftype-type="text">
custom_post_content: </div>
# the url to connect to via the 'edit in github' button
github_editme_path: shotgunsoftware/developer.shotgunsoftware.com/blob/master/docs