Skip to content

Commit 6a5653f

Browse files
committed
fix sidebar icons; redirect to about page
1 parent 3e462b4 commit 6a5653f

File tree

9 files changed

+22
-5
lines changed

9 files changed

+22
-5
lines changed

.DS_Store

8 KB
Binary file not shown.

_tabs/cv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: cv
4-
icon: fas fa-user # optional Font Awesome icon
4+
icon: fas fa-file-alt # optional Font Awesome icon
55
order: 2 # controls tab order
66
---
77

_tabs/research.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: research
4-
icon: fas fa-user # optional Font Awesome icon
4+
icon: fa-solid fa-chart-line # optional Font Awesome icon
55
order: 3 # controls tab order
66
---
77

_tabs/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
title: teaching
4-
icon: fas fa-user # optional Font Awesome icon
4+
icon: fas fa-chalkboard-teacher # optional Font Awesome icon
55
order: 4 # controls tab order
66
---
77

assets/.DS_Store

6 KB
Binary file not shown.

index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
2-
layout: home
3-
---
2+
layout: null
3+
permalink: /
4+
redirect_to: /about/
5+
---

old_tabs/archives.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: archives
3+
icon: fas fa-archive
4+
order: 3
5+
---

old_tabs/categories.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: categories
3+
icon: fas fa-stream
4+
order: 1
5+
---

old_tabs/tags.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: tags
3+
icon: fas fa-tags
4+
order: 2
5+
---

0 commit comments

Comments
 (0)