-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
74 lines (70 loc) · 3.56 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your entire site, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `jekyll serve`. If you change this file, please restart the server process.
# Site settings
twitter_username: bhagavadgitaapi
github_username: vedicscriptures
meta:
keywords: Bhagavad Gita API,vedic, vedic,script, programming language, sanskrit, ptprashanttripathi, Pt. Prashant Tripathi
author: Pt. Prashant Tripathi
readme_index:
with_frontmatter: true
locale : "en-US"
title : "Bhagvad Gita API"
name : &name "ptprashanttripathi" # &name is a YAML anchor which can be *referenced later
description : &description "Bhagavad-Gita-API is An opensource lightweight Node.js based rest API on Vedic Scripture Shrimad Bhagavad Gita."
url : https://vedicscriptures.github.io/ # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "/" # the subpath of your site, e.g. "/blog"
repository : "vedicscriptures/bhagavad-gita-api"
teaser : "https://repository-images.githubusercontent.com/314205765/0bb18d80-2b22-11eb-8f6f-ccf20c0c2679" # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : "https://repository-images.githubusercontent.com/314205765/0bb18d80-2b22-11eb-8f6f-ccf20c0c2679" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
breadcrumbs : true #, false (default)
words_per_minute : 200
# Social Sharing
twitter:
username : &twitter "BhagavadGitaApi"
facebook:
username : &facebook "ptprashanttripathi"
og_image : "https://repository-images.githubusercontent.com/314205765/0bb18d80-2b22-11eb-8f6f-ccf20c0c2679" # path of fallback teaser image, e.g. "/assets/images/500x300.png"
# For specifying social profiles, used in _includes/seo.html
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
links: # An array of links to social media profiles
- "https://twitter.com/BhagavadGitaApi"
- "https://github.com/ptprashanttripathi"
# Site Author
author:
name : *name # *name is a YAML reference pointing to the &anchor earlier
avatar : "https://avatars.githubusercontent.com/u/26687933?v=4"
bio : "Pt. Prashant tripathi Programmer • Developer • learner @ptprashanttripathi"
links:
- label: "prashanttripathi.me"
icon: "fas fa-fw fa-link"
url: "https://ptprashanttripathi.github.io"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/PtPrashant09"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/ptprashanttripathi"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/ptprashanttripathi"
# Site Footer
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/BhagavadGitaApi"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/vedicscriptures"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/BhagavadGitaApi"
encoding: "utf-8"