From afcf9702d8ea4014349561025865e85326657d84 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 19 Dec 2021 23:20:55 +0700 Subject: Tweak metadata --- .build.yml | 3 ++- _layout/hair.html | 6 +++--- _rss/head.xml | 44 +++++++++++++------------------------------- blog/index.md | 2 +- 4 files changed, 19 insertions(+), 36 deletions(-) diff --git a/.build.yml b/.build.yml index a6f6ce1..9f0bfb6 100644 --- a/.build.yml +++ b/.build.yml @@ -1,5 +1,5 @@ image: archlinux -oauth: pages.sr.ht/PAGES:RW +oauth: lists.sr.ht/EMAILS:RO pages.sr.ht/PAGES:RW packages: - julia - katex @@ -11,6 +11,7 @@ tasks: mkdir -p site/_libs/katex cp /usr/lib/node_modules/katex/dist/katex.min.js site/_libs/katex cp -r /usr/lib/node_modules/katex/dist/{fonts,katex.min.css} site/_css + acurl https://lists.sr.ht/query/list/5261.mbox -o site/mbox - build: | cd site julia --project=@. .build.jl diff --git a/_layout/hair.html b/_layout/hair.html index 352e740..7c7ee2d 100644 --- a/_layout/hair.html +++ b/_layout/hair.html @@ -1,7 +1,7 @@ - - + + diff --git a/_rss/head.xml b/_rss/head.xml index 28f4204..929038f 100644 --- a/_rss/head.xml +++ b/_rss/head.xml @@ -1,33 +1,15 @@ - - - - <![CDATA[{{fd2rss website_title}}]]> - {{website_url}} - - - + xmlns:atom="http://www.w3.org/2005/Atom" + xmlns:content="http://purl.org/rss/1.0/modules/content" + xmlns:wfw="http://wellformedweb.org/CommentAPI"> + +{{website_title}} +{{website_url}} + +{{website_description}} + +en +Franklin diff --git a/blog/index.md b/blog/index.md index 913bc97..68d57aa 100644 --- a/blog/index.md +++ b/blog/index.md @@ -6,7 +6,7 @@ as [`fun`](/tag/fun). I sometimes note what happens in meatspace as well. Such writings might still have a thing or two to do with computing (given it is integrated into my life) and they are tagged as [`lyf`](/tag/lyf). -As usual, the good old [RSS feed](/feed.xml) is available. +As usual, the good old [RSS feed]({{fd_rss_feed_url}}) is available. If you are instead looking for the more formal literatures of mine, they are listed in [my ORCID profile](https://orcid.org/0000-0003-2336-706X). -- cgit 1.4.1