add copyright notice and update stylesheet
This commit is contained in:
parent
fd9e1eafa2
commit
3d4eff43e5
2 changed files with 520 additions and 513 deletions
|
@ -392,6 +392,13 @@ pre.src-xml:before {
|
|||
pre.src-nxml:before {
|
||||
content: "XML";
|
||||
}
|
||||
/* custom mode list */
|
||||
pre.src-desktop:before {
|
||||
content: "Desktop Entry";
|
||||
}
|
||||
pre.src-yaml:before {
|
||||
content: "YAML";
|
||||
}
|
||||
/* add a generic configuration mode; LaTeX export needs an additional
|
||||
(add-to-list 'org-latex-listings-langs '(conf \" \")) in .emacs */
|
||||
pre.src-conf:before {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
(setq webring (json-parse-string (plz 'get "https://aidang.cc/webring/https://jjanzen.ca")))
|
||||
(defun create-webring-html (plist)
|
||||
(format "<div class='footer'><span><a href='%s'>« %s</a></span><span>CSSA Web Ring</span><span><a href='%s'>%s »</a></span></div>"
|
||||
(format "<div class='footer'><div><span><a href='%s'>« %s</a></span><span>CSSA Web Ring</span><span><a href='%s'>%s »</a></span></div><div>Copyright (C) Jacob Janzen 2024</div></div>"
|
||||
(gethash "url" (gethash "left" webring))
|
||||
(gethash "name" (gethash "left" webring))
|
||||
(gethash "url" (gethash "right" webring))
|
||||
|
@ -148,5 +148,5 @@
|
|||
:publishing-directory "~/public_html/dotfiles"
|
||||
:recursive t
|
||||
:publishing-function org-publish-attachment)
|
||||
("org" :components ("org-core" "org-static-website" "org-config" "org-blog" "org-rss" "org-static-config"))))
|
||||
("org" :components ("org-core" "org-static-website" "org-config" "org-blog" "org-rss"))))
|
||||
(org-publish-all t)
|
||||
|
|
Loading…
Add table
Reference in a new issue