From 4bfd5f0e16bac7d62bf68937d174c8ceec1edfd2 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 22 Mar 2022 00:26:02 +0000 Subject: Add new styling to the site --- notes/5c6faa9f-2ae4-4dda-83a6-00f283ce2ea3.org | 1 - publish.el | 17 ++++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/notes/5c6faa9f-2ae4-4dda-83a6-00f283ce2ea3.org b/notes/5c6faa9f-2ae4-4dda-83a6-00f283ce2ea3.org index 26ced2a..21c7248 100644 --- a/notes/5c6faa9f-2ae4-4dda-83a6-00f283ce2ea3.org +++ b/notes/5c6faa9f-2ae4-4dda-83a6-00f283ce2ea3.org @@ -1,5 +1,4 @@ #+title: Vericert Scheduling Results -#+html_head_extra: * Raw results diff --git a/publish.el b/publish.el index 11f3aee..76019f5 100644 --- a/publish.el +++ b/publish.el @@ -52,11 +52,22 @@
  • © 2022 Yann Herklotz
  • CC BY-SA 4.0
  • " :html-head "") + :html-head "") (list "ymhg-notes-static" :base-directory (concat ymhg-notes-dir "notes/static") :include '() @@ -99,4 +60,9 @@ h2, h3, h4, h5, h6, p, ul { :publishing-directory (concat ymhg-notes-dir "public/static") :publishing-function #'org-publish-attachment :recursive t) - (list "ymhg-notes" :components '("ymhg-notes-org" "ymhg-notes-static")))) + (list "ymhg-notes-css" + :base-directory (concat ymhg-notes-dir "css") + :base-extension "css" + :publishing-directory (concat ymhg-notes-dir "public/css") + :publishing-function #'org-publish-attachment) + (list "ymhg-notes" :components '("ymhg-notes-org" "ymhg-notes-static" "ymhg-notes-css")))) -- cgit