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-11-20 17:15:52 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-20 21:20:23 +0700
commit7314ab1fa7b258d1a05f3479b9349346fa0bd7c7 (patch)
treef03a43081afa625973f65f48035cde3e75d6ef52 /config.md
parentd3b5105565fd212f88a1fc770c0a2646bc0fa80d (diff)
downloadsite-7314ab1fa7b258d1a05f3479b9349346fa0bd7c7.tar.gz
Stop vendoring front-end libraries
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}