Skip to content

Commit 4e3b746

Browse files
misc
1 parent b0a21c1 commit 4e3b746

File tree

18 files changed

+429
-32
lines changed

18 files changed

+429
-32
lines changed

.idea/workspace.xml

Lines changed: 41 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

_data/navigation.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
- title: Team
55
url: /team/
66

7-
- title: Publications
8-
url: /publications/
7+
- title: Research
8+
url: /research/
9+
10+
- title: Blog
11+
url: /blog/
912

1013
- title: Contact
1114
url: /contact/

_includes/nav.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<li><a href="/"><h3>Home</h3></a></li>
1313
<li><a href="/team/"><h3>Team</h3></a></li>
1414
<li><a href="/research/"><h3>Research</h3></a></li>
15+
<li><a href="/blog/"><h3>Blog</h3></a></li>
1516
<li><a href="/contact/"><h3>Contact</h3></a></li>
1617
</ul>
1718
</nav>

_posts/2022-02-19-welcome-to-jekyll.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
---
2-
layout: post
2+
layout: default
33
title: "Welcome to Jekyll!"
44
date: 2022-02-19 23:49:21 -0500
55
categories: jekyll update
66
---
7+
8+
{% include nav.html %}
9+
10+
# Example
11+
712
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
813

914
Jekyll requires blog post files to be named according to the following format:

0 commit comments

Comments
 (0)