aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-14 13:39:40 +1000
committerYuchen Pei <id@ypei.org>2023-08-14 13:39:40 +1000
commitf1545057122aef3d6997f2738c319b30ea0b5d1f (patch)
tree25ac1119c6d426d61fc27fea09c9d7b107378ec6 /publish.el
parentc02b46797a5d29994dc560442524012787535027 (diff)
Remove the comment system (isso)
It is currently broken and needs to be fixed first.
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el17
1 files changed, 1 insertions, 16 deletions
diff --git a/publish.el b/publish.el
index b0fc94a..8b74178 100644
--- a/publish.el
+++ b/publish.el
@@ -114,22 +114,7 @@ PUB-DIR is when the output will be placed."
:sitemap-filename "../pages/blog.org"
:html-doctype "html5"
:html-head "<link rel='stylesheet' href='../css/default.css' type='text/css'/>
-<link rel='alternate' title=\"Yuchen's blog\" href='/blog-feed.xml' type='application/rss+xml'>
-<script data-isso=\"/comments/\"
- data-isso-css=\"true\"
- data-isso-lang=\"en\"
- data-isso-reply-to-self=\"false\"
- data-isso-require-author=\"true\"
- data-isso-require-email=\"true\"
- data-isso-max-comments-top=\"10\"
- data-isso-max-comments-nested=\"5\"
- data-isso-reveal-on-click=\"5\"
- data-isso-avatar=\"true\"
- data-isso-avatar-bg=\"#f0f0f0\"
- data-isso-avatar-fg=\"#9abf88 #5698c4 #e279a3 #9163b6 ...\"
- data-isso-vote=\"true\"
- data-vote-levels=\"\"
- src=\"/comments/js/embed.min.js\"></script>"
+<link rel='alternate' title=\"Yuchen's blog\" href='/blog-feed.xml' type='application/rss+xml'>"
:html-preamble me/html-preamble
:html-self-link-headlines t
:author ("Yuchen Pei")