This repository has been archived by the owner on Feb 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
93 lines (76 loc) · 2.92 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
site_title: संस्कृतयूथाः
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
company_name: sanskrit-coders
# this appears in the footer
github_editme_path: sanskrit/groups/blob/master/
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
# Must end with a slash.
# gitlab_editme_path: tomjoht/documentation-theme-jekyll/blob/gh-pages/
# if you're using GitLab, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
disqus_shortname: sanskrit-groups-site
# if you're using disqus for comments, add the shortname here. if not, leave this value blank.
google_analytics:
# if you have google-analytics ID, put it in. if not, edit this value to blank.
google_webmaster_verification_tag: <meta name="google-site-verification" content="33f1oqqMeFzIsi1CqZcWDNtPLOqxkEhEg6Sitg7h6d4" />
# if you don't have the above, edit this value to blank.
google_custom_search_code: "
<script>
(function() {
var cx = '003441740804712584864:c9alyw6nnwm';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
"
# feedback_subject_line: Jekyll documentation theme
# feedback_email: [email protected]
# used as a contact email for the Feedback link in the top navigation bar
# feedback_disable: true
# if you uncomment the previous line, the Feedback link gets removed
feedback_text: "Contact?"
# if you uncomment the previous line, it changes the Feedback text
feedback_link: "https://github.com/sanskrit/groups/issues"
# if you uncomment the previous line, it changes where the feedback link points to
# Order matters below.
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
sidebar: home_sidebar
topnav: home_sidebar
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
search: true
sidebar: home_sidebar
topnav: home_sidebar
permalink: /posts/:slug:output_ext
# these are defaults used for the frontmatter for these file types
sidebars:
- home_sidebar
description: Various sanskrit groups.
# Write an awesome description for your new site here. You can edit this
# line in _config.yml. It will appear in your document head meta (for
# Google search results) and in your feed.xml site description.
# needed for sitemap.xml file
url: http://sanskrit.github.io
baseurl: "/groups" # the subpath of your site, e.g. /blog
remote_theme: sanskrit-coders/sanskrit-documentation-theme
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap