about summary refs log tree commit diff homepage
path: root/config.md
blob: 85a6041c5d00ba8f99a0d59493fbfeaf9ddcf69e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@def author = "Nguyễn Gia Phong"
@def date_format = "yyyy-mm-dd"
@def mintoclevel = 2

@def rss_website_title = "Web logs by McSinyx"
@def rss_website_descr = "Random write-ups packed with pop culture references"
@def rss_website_url   = "https://cnx.srht.site"
@def rss_author = "Nguyễn Gia Phong"
@def rss_full_content = true

<!--
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 `/`.
-->
@def ignore = ["node_modules/", "franklin", "franklin.pub"]

<!--
Add here global latex commands to use throughout your
pages. It can be math commands but does not need to be.
For instance:
* \newcommand{\phrase}{This is a long phrase to copy.}
-->
\newcommand{\R}{\mathbb R}
\newcommand{\scal}[1]{\langle #1 \rangle}