diff --git a/_pages/about.md b/_pages/about.md index 9c6a8d2cdb9cd..4353113008c41 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -20,7 +20,7 @@ The main configuration file for the site is in the base directory in [_config.ym Data for site content/pages ------ -For site content, there is one markdown file for each type of content, which are stored in directories like _talks, _posts, _teaching, or _pages. Each markdown file with metadata for various variables stored in YAML sections at the top. For example, each talk is a markdown file in the [_talks directory](https://github.com/academicpages/academicpages.github.io/tree/master/_talks). At the top of each markdown file is structured data about the talk, which the theme will parse to do lots of cool stuff. The same structured about a talk is used to generate the list of talks on the [Talks page](https://academicpages.github.io/talks), each [individual page](https://academicpages.github.io/talks/2012-03-01-talk-1) for specific talks, the talks section for the [CV page](https://academicpages.github.io/cv), and the [map of places you've given a talk](https://academicpages.github.io/talkmap.html) (if you run this python file or Jupyter notebook). +For site content, there is one markdown file for each type of content, which are stored in directories like _talks, _posts, _teaching, or _pages. For example, each talk is a markdown file in the [_talks directory](https://github.com/academicpages/academicpages.github.io/tree/master/_talks). At the top of each markdown file is structured data in YAML about the talk, which the theme will parse to do lots of cool stuff. The same structured about a talk is used to generate the list of talks on the [Talks page](https://academicpages.github.io/talks), each [individual page](https://academicpages.github.io/talks/2012-03-01-talk-1) for specific talks, the talks section for the [CV page](https://academicpages.github.io/cv), and the [map of places you've given a talk](https://academicpages.github.io/talkmap.html) (if you run this python file or Jupyter notebook). Example: editing a markdown file for a talk ![Editing a markdown file for a talk](/images/editing-talk.png "Editing a markdown file for a talk")