Skip to content

Commit

Permalink
edited links
Browse files Browse the repository at this point in the history
  • Loading branch information
akb75 committed May 9, 2024
1 parent 17ded44 commit 327d9d3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ disqus_shortname: al-folio # put your disqus shortname
# External sources.
# If you have blog posts published on medium.com or other external sources,
# you can display them in your blog by adding a link to the RSS feed.
external_sources:
- name: medium.com
rss_url: https://medium.com/@al-folio/feed
# external_sources:
# - name: medium.com
# rss_url: https://medium.com/@al-folio/feed

# -----------------------------------------------------------------------------
# Collections
Expand Down
4 changes: 4 additions & 0 deletions _pages/about_einstein.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
published: false
---

Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.

Put your address / P.O. box / other info right below your picture. You can also disable any 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.
Expand Down
2 changes: 1 addition & 1 deletion _pages/dropdown.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
layout: page
publish: false
title: submenus
nav: true
nav_order: 8
Expand All @@ -14,4 +13,5 @@ children:
- title: divider
- title: blog
permalink: /blog/
published: false
---
2 changes: 1 addition & 1 deletion _pages/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
title: news
permalink: /news/
publish: false
published: false
---

{% include news.liquid %}
2 changes: 1 addition & 1 deletion _pages/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: people
description: members of the lab or group
nav: true
nav_order: 7
publish: false
published: false

profiles:
# if you want to include more than one profile, just replicate the following block
Expand Down
2 changes: 1 addition & 1 deletion _pages/teaching.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: teaching
description: Materials for courses you taught. Replace this text with your description.
nav: true
nav_order: 6
publish: false
published: false
---

For now, this page is assumed to be a static description of your courses. You can convert it to a collection similar to `_projects/` so that you can have a dedicated page for each course.
Expand Down

0 comments on commit 327d9d3

Please sign in to comment.