From cac1ef2a1adaa42eca9d9138a8cf4e1bcaa0b5e3 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 24 Jun 2021 19:14:35 +1000 Subject: got some banners etc. --- assets/CC-BY-SA.svg | 22 ++++++++++++++++++++++ assets/feed-icon.svg | 18 ++++++++++++++++++ assets/git_icon.svg | 15 +++++++++++++++ assets/gnubanner-2.png | Bin 0 -> 2907 bytes html-templates/postamble.html | 8 +++++--- publish.el | 2 -- 6 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 assets/CC-BY-SA.svg create mode 100644 assets/feed-icon.svg create mode 100644 assets/git_icon.svg create mode 100644 assets/gnubanner-2.png diff --git a/assets/CC-BY-SA.svg b/assets/CC-BY-SA.svg new file mode 100644 index 0000000..2e27cbf --- /dev/null +++ b/assets/CC-BY-SA.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/feed-icon.svg b/assets/feed-icon.svg new file mode 100644 index 0000000..b325149 --- /dev/null +++ b/assets/feed-icon.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/assets/git_icon.svg b/assets/git_icon.svg new file mode 100644 index 0000000..2e42bc7 --- /dev/null +++ b/assets/git_icon.svg @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/assets/gnubanner-2.png b/assets/gnubanner-2.png new file mode 100644 index 0000000..3563129 Binary files /dev/null and b/assets/gnubanner-2.png differ diff --git a/html-templates/postamble.html b/html-templates/postamble.html index 7942761..221c206 100644 --- a/html-templates/postamble.html +++ b/html-templates/postamble.html @@ -1,8 +1,10 @@ diff --git a/publish.el b/publish.el index 4426a57..a09494b 100644 --- a/publish.el +++ b/publish.el @@ -44,8 +44,6 @@ representation for the files to include, as returned by (org-list-to-org list))) -(defun me/org-publish-do-nothing (plist filename pub-dir) "") - (defun org-publish-find-content (file project) (let ((file (org-publish--expand-file-name file project))) (when (and (file-readable-p file) (not (directory-name-p file))) -- cgit v1.2.3