-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (28 loc) · 866 Bytes
/
_config.yml
File metadata and controls
32 lines (28 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Site settings
title: Growth and Remodeling Tutorial Site
description: A website walking through the FEBio implementation of constrained mixture growth and remodeling. Tutorials are brought to you by Erica L. Schwarz and David S. Li.
url: "https://schwarz-e.github.io" # replace with your actual GitHub Pages URL
author: Erica L. Schwarz
# Theme settings
remote_theme: pages-themes/minimal@v0.2.0
plugins:
- jekyll-remote-theme
# Appearance
show_downloads: false
# Navigation links (appear in header)
navigation:
- name: Home
link: /
- name: GitHub Account
link: /github-setup/
- name: Linux Environment
link: /linux-setup/
- name: Running MBE
link: /mbe-simulations/
- name: Running FSG
link: /fsg-simulations/
- name: Post-Processing
link: /post-processing/
- name: Validation
link: /validation/
markdown: kramdown