about summary refs log tree commit diff homepage
path: root/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'config.md')
-rw-r--r--config.md34
1 files changed, 12 insertions, 22 deletions
diff --git a/config.md b/config.md
index 85a6041..0e556b2 100644
--- a/config.md
+++ b/config.md
@@ -1,25 +1,15 @@
-@def author = "Nguyễn Gia Phong"
-@def date_format = "yyyy-mm-dd"
-@def mintoclevel = 2
++++
+author = "Nguyễn Gia Phong"
+website_title = "Web logs by McSinyx"
+website_description = "Random write-ups packed with pop culture references"
+website_url = "https://cnx.srht.site"
+date_format = "yyyy-mm-dd"
+mintoclevel = 2
+generate_rss = true
+rss_full_content = true
+ignore = ["Manifest.toml", "Project.toml", ".build.jl", ".build.yml",
+          "node_modules/", "package-lock.json"]
++++
 
-@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}