Skip to content

Commit 7a6501d

Browse files
committed
apply diff.patch
1 parent 21c39b7 commit 7a6501d

File tree

20 files changed

+35
-27
lines changed

20 files changed

+35
-27
lines changed

_bibliography/papers.bib

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ @article{einstein1950meaning
3030
number={6},
3131
pages={403--404},
3232
year={1950},
33+
selected={true},
3334
publisher={American Association of Physics Teachers}
3435
}
3536

@@ -69,6 +70,7 @@ @article{einstein1905molekularkinetischen
6970
number={8},
7071
pages={549--560},
7172
year={1905},
73+
selected={true},
7274
publisher={Wiley Online Library}
7375
}
7476

_config.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ repo_trophies:
4747
# -----------------------------------------------------------------------------
4848

4949
navbar_fixed: true
50-
footer_fixed: true
51-
search_enabled: true
50+
footer_fixed: false
51+
search_enabled: false
5252
socials_in_search: true
5353
posts_in_search: true
5454
bib_search: true
@@ -192,6 +192,10 @@ exclude:
192192
- README.md
193193
- readme_preview/
194194
- vendor
195+
- _pages/blog.md
196+
- _pages/dropdown.md
197+
- _pages/books.md
198+
- _pages/repositories.md
195199
keep_files:
196200
- CNAME
197201
- .nojekyll
@@ -385,7 +389,7 @@ enable_bing_verification: false # enables bing site verification
385389
enable_masonry: true # enables automatic project cards arrangement
386390
enable_math: true # enables math typesetting (uses MathJax)
387391
enable_tooltips: false # enables automatic tooltip links generated for each section titles on pages and posts
388-
enable_darkmode: true # enables switching between light/dark modes
392+
enable_darkmode: false # enables switching between light/dark modes
389393
enable_navbar_social: false # enables displaying social links in the navbar on the about page
390394
enable_project_categories: true # enables categorization of projects into multiple categories
391395
enable_medium_zoom: true # enables image zoom feature (as on medium.com)

_layouts/about.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ layout: default
4343
<!-- News -->
4444
{% if page.announcements and page.announcements.enabled %}
4545
<h2>
46-
<a href="{{ '/news/' | relative_url }}" style="color: inherit">news</a>
46+
<a href="{{ '/news/' | relative_url }}" style="color: inherit">News</a>
4747
</h2>
4848
{% include news.liquid limit=true %}
4949
{% endif %}
@@ -59,7 +59,7 @@ layout: default
5959
<!-- Selected papers -->
6060
{% if page.selected_papers %}
6161
<h2>
62-
<a href="{{ '/publications/' | relative_url }}" style="color: inherit">selected publications</a>
62+
<a href="{{ '/publications/' | relative_url }}" style="color: inherit">Selected publications</a>
6363
</h2>
6464
{% include selected_papers.liquid %}
6565
{% endif %}

_pages/about.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
22
layout: about
3-
title: about
3+
title: About
44
permalink: /
55
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Motto. Etc.
66

77
profile:
88
align: right
99
image: prof_pic.jpg
10-
image_circular: false # crops the image to make it circular
10+
image_circular: true # crops the image to make it circular
1111
more_info: >
1212
<p>555 your office number</p>
1313
<p>123 your address street</p>
1414
<p>Your City, State 12345</p>
1515
1616
selected_papers: true # includes a list of papers marked as "selected={true}"
17-
social: true # includes social icons at the bottom of the page
17+
social: false # includes social icons at the bottom of the page
1818

1919
announcements:
2020
enabled: true # includes a list of news items
2121
scrollable: true # adds a vertical scroll bar if there are more than 3 news items
2222
limit: 5 # leave blank to include all the news in the `_news` folder
2323

2424
latest_posts:
25-
enabled: true
25+
enabled: false
2626
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
2727
limit: 3 # leave blank to include all the blog posts
2828
---

_pages/cv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: cv
33
permalink: /cv/
4-
title: cv
4+
title: CV
55
nav: true
66
nav_order: 5
77
cv_pdf: example_pdf.pdf # you can also use external links here

_pages/news.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: news
3+
title: News
44
permalink: /news/
55
---
66

_pages/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: profiles
33
permalink: /people/
4-
title: people
4+
title: Team
55
description: members of the lab or group
66
nav: true
77
nav_order: 7

_pages/projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: page
3-
title: projects
3+
title: Projects
44
permalink: /projects/
55
description: A growing collection of your cool projects.
66
nav: true
77
nav_order: 3
8-
display_categories: [work, fun]
9-
horizontal: false
8+
display_categories: [Current Projects, Past Recent Projects]
9+
horizontal: true
1010
---
1111

1212
<!-- pages/projects.md -->

_pages/publications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
permalink: /publications/
4-
title: publications
4+
title: Publications
55
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
66
nav: true
77
nav_order: 2

_pages/teaching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
permalink: /teaching/
4-
title: teaching
4+
title: Teaching
55
description: Materials for courses you taught. Replace this text with your description.
66
nav: true
77
nav_order: 6

0 commit comments

Comments
 (0)