Skip to content
tonyfast edited this page Sep 10, 2014 · 3 revisions

Special Keywords for Research Pages

Personalized for Research Science

References

references:
- www.google.com
- www.github.com

Enhanced Descriptors

tagline: >
  A description about the post.

Markdown

All of the pages on research sites are HTML files. The liquid tag markdownify is used to interpret Markdown.

Activate Markdown

markdownify: true

Latex

latex: true  # Values between "$$" and "$" are converted to Latex
latex: false # Values between "$$" and "$" are not displayed at all

Auto-Numbering

Auto-numbering requires that latex: true in the post. Auto-numbering adds equation numbers to all the block equations in a post.

MathJax documentation on Auto-numbering

latex: true  # Values between "$$" and "$" are converted to Latex
autonumber: true 

Linking Equations

Each block equation is given a monotonically increasing html id that appears as mjx-eqn-##. This allows equations to be referenced through hyperlinks using either:

Built-In Jekyll Features

Publish

published: true  # Adds post to {{site.posts}}
published: false # Doesn't add post to {{site.posts}}