aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/index.org3
-rw-r--r--pages/teatime.org45
-rw-r--r--publish.el4
3 files changed, 3 insertions, 49 deletions
diff --git a/pages/index.org b/pages/index.org
index 08692f1..8668d9c 100644
--- a/pages/index.org
+++ b/pages/index.org
@@ -37,8 +37,7 @@ free Creative Commons license. I believe anyone can be an academic,
seeking truth and sharing their findings with the public.
I can be reached at: xU)U1M2fEQL6bfYGpwSG (PGP key: [[/assets/ypei-pubkey.txt][47F9 D050 1E11
-8879 9040 4941 2126 7E93 EF86 DFD0]]). Feel free to email me, whether
-you know me or not. I am also [[file:./teatime.org][open to meeting up virtually over tea]].
+8879 9040 4941 2126 7E93 EF86 DFD0]]).
Views expressed on this website do not represent any organisations I
belong to or associate with, past, present or future.
diff --git a/pages/teatime.org b/pages/teatime.org
deleted file mode 100644
index 04cd952..0000000
--- a/pages/teatime.org
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright (C) 2013-2023 Yuchen Pei.
-
-# Permission is granted to copy, distribute and/or modify this
-# document under the terms of the GNU Free Documentation License,
-# Version 1.3 or any later version published by the Free Software
-# Foundation; with no Invariant Sections, no Front-Cover Texts, and
-# no Back-Cover Texts. You should have received a copy of the GNU
-# Free Documentation License. If not, see <https://www.gnu.org/licenses/>.
-
-# This work is licensed under the Creative Commons
-# Attribution-ShareAlike 4.0 International License. To view a copy of
-# this license, visit http://creativecommons.org/licenses/by-sa/4.0/
-# or send a letter to Creative Commons, PO Box 1866, Mountain View, CA
-# 94042, USA.
-
-#+title: TeaTime
-
-* TeaTime
- :PROPERTIES:
- :UPDATED: [2023-08-14 Mon 13:20]
- :END:
-
-Fancy a tea or coffee meetup? You're hereby invited to join me for a
-short break--I'd like to take the time to reconnect with old friends
-and make new ones.
-
-I'm happy to talk about most topics, but the ones I'm most interested
-in are as follows:
-
-- Free software movement, activism, organisation, and licensing
-- Free culture and knowledge, anything the late Aaron Swartz would be
- interested in
-- GNU/Linux, Emacs
-- Functional programming, Haskell, formal verification, computer science
-- Machine learning
-- Mathematics
-- Tea
-
-If you're up for it, do reach out with your proposed time slots via
-email. My timezone is Australian Eastern Time, and my platform of
-choice includes Jitsi, Mumble, or Jami (but any other free software
-tools would do). If we're complete strangers just include a discussion
-topic in your email.
-
-Credit: TeaTime is an idea stolen from [[https://tailrecursion.com/~alan/CoffeeTime.html][Alan Dipert]].
diff --git a/publish.el b/publish.el
index 8b74178..04a2190 100644
--- a/publish.el
+++ b/publish.el
@@ -68,7 +68,7 @@ The content starts with the first empty line."
(insert-file-contents file)
;; important, otherwise org may truncate the sitemap, probably
;; due to some problem in converting all things to a list
- (delete-trailing-whitespace)
+ (delete-trailing-whitespace)
(goto-char (point-min))
(let ((beg (+ 1 (re-search-forward "^$"))))
(buffer-substring beg (point-max)))))))
@@ -163,7 +163,7 @@ PUB-DIR is when the output will be placed."
:html-mathjax-options ((path "/js/mathjax/MathJax.js?config=TeX-AMS_CHTML"))
:html-mathjax-template "<script type=\"text/javascript\" src=\"%PATH\"></script>"
:htmlized-source t
- )
+ )
("html-pages"
:base-directory "pages"
:base-extension "html"