-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (37 loc) · 1.88 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
title: "Rajesh Karra"
author: "Rajesh kumar Karra"
description: "University of Hertfordshire, UK"
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
# Layout
show_excerpts: false # show article excerpts on the home page
show_frame: true # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header
minimal: false # use a dark header
show_social: ture # show site description and social links in the footer
mathjax: true
ORCID: "0000-0003-4099-7143"
search_enabled: true
heading_anchors: true
favicon_ico: "/assets/images/favicon.ico"
# Menu
navigation: # accepts {file, title, url, icon, sidebaricon}
# - {title: "CV", url: "https://docs.google.com/document/d/1rNrB22x_txxA18JJygJHB-Au_DLogMFYL0yeXYe6ZjE/edit?usp=sharing" }
#- {title: "About Me", url: "https://docs.google.com/document/d/1xLWfQIbu5cGmyKj8ZvUExxMw682TJEyvRxE1nilvdto/edit?usp=sharing"}
- {title: "About Me", file: "aboutme.md"}
- {title: "Essentials", file: "essentials.md"}
- {title: "Spotlights", file: "spotlights.md"}
- {title: "Gists", file: "gists.md"}
external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: Mail, icon: envelope, url: "mailto:rajeshkumarkarra@outlook.com"}
- {title: Github, icon: github, url: "https://github.com/rajeshkumarkarra"}
- {title: Twitter, icon: twitter, url: "https://twitter.com/k_rajesh_kumar"}
- {title: ORCID, icon: orcid, url: "https://orcid.org/0000-0003-4099-7143"}
- {title: Google Doc, icon: Website, url: "https://docs.google.com/document/d/e/2PACX-1vSK2pCFdZ3xrMnpXnHq_hnvnb-bxCn2NihoBeLMu-v9eHYIKbNYT6xPPXfIy28YBOjBaYtuHYa_Zpbj/pub"}
comments:
# disqus_shortname: "" # see https://disqus.com/
# isso_domain: "" # see https://posativ.org/isso/
plugins:
- jekyll-feed