File tree Expand file tree Collapse file tree 20 files changed +35
-27
lines changed Expand file tree Collapse file tree 20 files changed +35
-27
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ repo_trophies:
4747# -----------------------------------------------------------------------------
4848
4949navbar_fixed : true
50- footer_fixed : true
51- search_enabled : true
50+ footer_fixed : false
51+ search_enabled : false
5252socials_in_search : true
5353posts_in_search : true
5454bib_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
195199keep_files :
196200 - CNAME
197201 - .nojekyll
@@ -385,7 +389,7 @@ enable_bing_verification: false # enables bing site verification
385389enable_masonry : true # enables automatic project cards arrangement
386390enable_math : true # enables math typesetting (uses MathJax)
387391enable_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
389393enable_navbar_social : false # enables displaying social links in the navbar on the about page
390394enable_project_categories : true # enables categorization of projects into multiple categories
391395enable_medium_zoom : true # enables image zoom feature (as on medium.com)
Original file line number Diff line number Diff 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 %}
Original file line number Diff line number Diff line change 11---
22layout : about
3- title : about
3+ title : About
44permalink : /
55subtitle : <a href='#'>Affiliations</a>. Address. Contacts. Motto. Etc.
66
77profile :
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
1616selected_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
1919announcements :
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
2424latest_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---
Original file line number Diff line number Diff line change 11---
22layout : cv
33permalink : /cv/
4- title : cv
4+ title : CV
55nav : true
66nav_order : 5
77cv_pdf : example_pdf.pdf # you can also use external links here
Original file line number Diff line number Diff line change 11---
22layout : page
3- title : news
3+ title : News
44permalink : /news/
55---
66
Original file line number Diff line number Diff line change 11---
22layout : profiles
33permalink : /people/
4- title : people
4+ title : Team
55description : members of the lab or group
66nav : true
77nav_order : 7
Original file line number Diff line number Diff line change 11---
22layout : page
3- title : projects
3+ title : Projects
44permalink : /projects/
55description : A growing collection of your cool projects.
66nav : true
77nav_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 -->
Original file line number Diff line number Diff line change 11---
22layout : page
33permalink : /publications/
4- title : publications
4+ title : Publications
55description : publications by categories in reversed chronological order. generated by jekyll-scholar.
66nav : true
77nav_order : 2
Original file line number Diff line number Diff line change 11---
22layout : page
33permalink : /teaching/
4- title : teaching
4+ title : Teaching
55description : Materials for courses you taught. Replace this text with your description.
66nav : true
77nav_order : 6
You can’t perform that action at this time.
0 commit comments