about summary refs log tree commit diff homepage
path: root/config.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-07 11:29:26 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-07 11:29:26 +0700
commit3e6f0389f0cdac7b90970c49f455205563b48ad6 (patch)
tree4e4f0a018b1aae2276767f7f8da75fb4c909e772 /config.md
downloadsite-3e6f0389f0cdac7b90970c49f455205563b48ad6.tar.gz
Initialize a Franklin site
Diffstat (limited to 'config.md')
-rw-r--r--config.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/config.md b/config.md
new file mode 100644
index 0000000..a2e8e0b
--- /dev/null
+++ b/config.md
@@ -0,0 +1,28 @@
+<!--
+Add here global page variables to use throughout your
+website.
+The website_* must be defined for the RSS to work
+-->
+@def website_title = "Franklin Template"
+@def website_descr = "Example website using Franklin"
+@def website_url   = "https://tlienart.github.io/FranklinTemplates.jl/"
+
+@def author = "Septimia Zenobia"
+
+@def 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 `/`.
+-->
+@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}