Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuIndia committed Oct 30, 2023
1 parent 358cadc commit 81b0886
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 54 deletions.
37 changes: 16 additions & 21 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,6 @@ defaults:
values:
sitemap: false

- scope:
path: "projects"
values:
sitemap: false



sass:
Expand Down Expand Up @@ -417,19 +412,19 @@ medium_zoom:
# Get external JSON data
# -----------------------------------------------------------------------------

jekyll_get_json:
- data: resume
json: assets/json/resume.json # it can also be an url
jsonresume:
- basics
- work
- education
- publications
- projects
- volunteer
- awards
- certificates
- skills
- languages
- interests
- references
# jekyll_get_json:
# - data: resume
# json: assets/json/resume.json # it can also be an url
# jsonresume:
# - basics
# - work
# - education
# - publications
# - projects
# - volunteer
# - awards
# - certificates
# - skills
# - languages
# - interests
# - references
58 changes: 29 additions & 29 deletions _data/coauthors.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
"Adams":
- firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"]
url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams
"Subramanyam":
- firstname: ["A V"]
url: https://iiitd.ac.in/subramanyam

"Podolsky":
- firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"]
url: https://en.wikipedia.org/wiki/Boris_Podolsky
# "Adams":
# - firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"]
# url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams

"Rosen":
- firstname: ["Nathan", "N."]
url: https://en.wikipedia.org/wiki/Nathan_Rosen
# "Podolsky":
# - firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"]
# url: https://en.wikipedia.org/wiki/Boris_Podolsky

"Bach":
- firstname: ["Johann Sebastian", "J. S."]
url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach
# "Rosen":
# - firstname: ["Nathan", "N."]
# url: https://en.wikipedia.org/wiki/Nathan_Rosen

- firstname: ["Carl Philipp Emanuel", "C. P. E."]
url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach
# "Bach":
# - firstname: ["Johann Sebastian", "J. S."]
# url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach

"Przibram":
- firstname: ["Karl"]
url: https://link.springer.com/article/10.1007/s00016-019-00242-z
# - firstname: ["Carl Philipp Emanuel", "C. P. E."]
# url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach

"Schrödinger":
- firstname: ["Erwin"]
url: https://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger
# "Przibram":
# - firstname: ["Karl"]
# url: https://link.springer.com/article/10.1007/s00016-019-00242-z

"Lorentz":
- firstname: ["Hendrik Antoon"]
url: https://en.wikipedia.org/wiki/Hendrik_Lorentz
# "Schrödinger":
# - firstname: ["Erwin"]
# url: https://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger

"Planck":
- firstname: ["Max"]
url: https://en.wikipedia.org/wiki/Max_Planck
# "Lorentz":
# - firstname: ["Hendrik Antoon"]
# url: https://en.wikipedia.org/wiki/Hendrik_Lorentz

"Subramanyam":
- firstname: ["A V"]
url: https://iiitd.ac.in/subramanyam
# "Planck":
# - firstname: ["Max"]
# url: https://en.wikipedia.org/wiki/Max_Planck
1 change: 1 addition & 0 deletions _layouts/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ <h3 class="card-title font-weight-medium">{{ entry.title }}</h3>

<div>More details to be updated soon. Please download the CV for complete details.</div>
</div>
{% endunless %}
1 change: 0 additions & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ Feel free to reach out to me if you have any questions or would like to discuss
Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. -->
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. -->
2 changes: 2 additions & 0 deletions _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ title: cv
nav: true
nav_order: 1
cv_pdf: himanshu_singh_cv.pdf
toc:
sidebar: left
---
5 changes: 3 additions & 2 deletions _pages/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ layout: profiles
permalink: /people/
title: people
description: members of the lab or group
nav: true
nav_order: 6
nav: false
nav_order:
sitemap: false

profiles:
# if you want to include more than one profile, just replicate the following block
Expand Down
3 changes: 2 additions & 1 deletion _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ title: projects
permalink: /projects/
description: A growing collection of your cool projects.
nav: false
nav_order: 2
nav_order:
display_categories: [work, fun]
horizontal: false
sitemap: false
---

<!-- pages/projects.md -->
Expand Down
1 change: 1 addition & 0 deletions _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: repositories
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
nav: false
nav_order: 3
sitemap: false
---

## GitHub users
Expand Down

0 comments on commit 81b0886

Please sign in to comment.