Skip to content

Commit 38a7feb

Browse files
authored
update headings
1 parent e81e97d commit 38a7feb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_pages/about.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ redirect_from:
1010

1111
This is the front page of your Github pages website, using the [academicpages Jekyll theme](https://github.com/academicpages/academicpages.github.io). This repository was forked from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/) by Michael Rose, and extended to support the kinds of content that academics have: publications, talks, teaching, a portfolio, blog posts, and a dynamically-generated CV. You can fork [this repository]((https://github.com/academicpages/academicpages.github.io)) right now, modify the configuration and markdown files, add your own images and other content, and have your own site for free!
1212

13-
## A data-driven personal website
14-
13+
A data-driven personal website
14+
======
1515
The academicpages Jekyll theme is entirely based on structured data in the [YAML metadata language](http://docs.ansible.com/ansible/YAMLSyntax.html), which is stored various markdown and .yml files. The free Github pages service creates static HTML pages for the entire site based on these files. The HTML pages are rebuilt every time the repository is updated. Many of the features of dynamic content management systems (like Wordpress) can be achieved in this fashion, using a fraction of the computational resources and with far less vulnerability to hacking and DDoSing.
1616

17-
### Site-wide configuration
18-
17+
Site-wide configuration
18+
------
1919
The main configuration file for the site is in the base directory in [_config.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_config.yml), which defines the content in the sidebars and other site-wide features. The configuration file for the top menu is in the _data directory under [navigation.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_data/navigation.yml).
2020

21-
### Data for site content/pages
22-
21+
Data for site content/pages
22+
------
2323
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).
2424

2525
Example: editing a markdown file for a talk

0 commit comments

Comments
 (0)