.github
.vscode
_data
navigation.yml
ui-text.yml
_includes
_layouts
_posts
_sass
assets
.editorconfig
.gitattributes
.gitignore
.travis.yml
404.md
Dockerfile
Gemfile
LICENSE
README.md
Rakefile
_bibliography.bib
_config.yml
about.md
blog.md
connect.md
favicon.ico
index.md
nginx_default.conf
package.json
projects.md
publications.md
research.md
robots.txt
teaching.md
13 lines
254 B
YAML
13 lines
254 B
YAML
main:
|
|
- title: "publications"
|
|
url: /publications
|
|
- title: "research"
|
|
url: /research
|
|
- title: "projects"
|
|
url: /projects
|
|
- title: "teaching"
|
|
url: /teaching
|
|
# - title: "Blog"
|
|
# url: /blog
|
|
- title: "about me"
|
|
url: /about |