Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.23 KB

config.md

File metadata and controls

49 lines (40 loc) · 1.23 KB

+++ author = "Patrick Fournier" mintoclevel = 1 prepath = ""

Add here files or directories that should be ignored by Franklin, otherwise

these files might be copied and, if markdown, processed by Franklin which

you might not want. Indicate directories by ending the name with a /.

Base files such as LICENSE.md and README.md are ignored by default.

ignore = ["node_modules/"]

RSS (the website_{title, descr, url} must be defined to get RSS)

generate_rss = true website_title = "Patrick Fournier" website_descr = "Patrick's personal website" website_url = "https://www.patrickfournier.ca"

Default meta description.

meta = "Patrick Fournier, PhD candidate @ STATQAM (UQAM); Mathematics &
statistics for anything computationally intensive"

comments_allowed = false

specific_css = ""

Disable automatic generation of robot.txt and sitemap.xml.

generate_robots = false generate_sitemap = false +++

Checked/unchecked list items.

\newcommand{\checked}[1]{

<li class="checked"><p>#1</p></li>

}

\newcommand{\unchecked}[1]{

<li class="unchecked"><p>#1</p></li>

}