Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 836 Bytes

config.md

File metadata and controls

28 lines (25 loc) · 836 Bytes

+++ author = "Jacob Zelko" mintoclevel = 2

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/"] weave = false prepath = "C3T" hasmermaid = false

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

generate_rss = true website_title = "C3T" website_descr = "Crash Course Category Theory" website_url = "http://jacobzelko.com/C3T/" +++

\newcommand{\R}{\mathbb R} \newcommand{\scal}[1]{\langle #1 \rangle}