From: Preston Pan Date: Fri, 26 Jan 2024 03:28:01 +0000 (-0800) Subject: actual copyright symbol X-Git-Url: https://ret2pop.net/gitweb/monorepo.git?a=commitdiff_plain;h=a125b5bb727e080665ea9d1941303b206870e307;p=monorepo.git actual copyright symbol --- diff --git a/config/doom.org b/config/doom.org index 1663afc..a458d5f 100644 --- a/config/doom.org +++ b/config/doom.org @@ -332,7 +332,7 @@ In order to publish my website, we need to configure emacs to publish it somewhe :publishing-function org-publish-attachment) ("website" :auto-sitemap t :components ("website-org" "website-static")))) ;; (setq org-export-html-postamble-format '(("en" "

previous page | home

"))) -(setq org-html-postamble "Copyright (c) 2024 Preston Pan") +(setq org-html-postamble "Copyright © 2024 Preston Pan") (setq org-export-with-section-numbers nil) #+end_src *** Contacts diff --git a/index.org b/index.org index 0ff2543..ff8ccf4 100644 --- a/index.org +++ b/index.org @@ -62,7 +62,7 @@ website: #+begin_src shell :exports code :results silent cd ~/org/website git add . -git commit -m "center postamble" +git commit -m "actual copyright symbol" git push github main rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src