Each blog post is a Markdown file in blog/_posts/
. File names have post date and a short title. The short title is used for permanent URL links, so must be unique to each blog post. Posts have the following YAML top matter:
Tags layout
, title
, author
, and tags
are required, while image
is optional. tags
should be less than four words and each word should be capitalized. The author name should correspond to the team member title
tag for proper linking of posts to authors. All blog images should live in images/blog/
and be referred as relative to the base directory, begining with /images/
. The image should be a 120x120 pixel tile.
Each paper lives in papers/_posts/
. File names, used to construct permalinks, are first author plus short (1-2 word) title. Papers have the following YAML metadata:
Tags layout
, title
, image
, authors
, year
, ref
, publisher
are required. One of the followings must be set true
:
book: false
journal: true
conference: false
Tags pdf
, supplement
, github
, projectid
are optional. The image should be a 120x120 pixel tile. All paper images and PDFs should reside in images/papers/
and pdfs/papers/
respectively.
Each team member has a Markdown file in team/_posts/
. File names are join date followed by first and last name. YAML follows:
Tags layout
, title
, last name
, position
, handle
, image
are required, while twitter
, github
, cv
are optional. The image should be a 260x260 pixel tile. All member images and PDFs should be placed in images/team/
and pdfs/team/
respectively.
/_biking-annual
./biking.md
file. All auto-generated tables and plots read the years from this field, so otherwise the dynamic plot and ‘All Logs’ table in ‘Overview’ page will not be updated./_data/navigation.yml
> ‘biking’ submenu./_data/biking/_index.yml
in YYYY-MM format.YML
format in /_data/biking/
folder./_biking-activities
.