small cleanup
This commit is contained in:
parent
d1005f2273
commit
7d99d3eb7e
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
- [[https:git.jjanzen.ca/index.cgi/sily-bot.git][Sily-Bot]]: A simple Discord bot that I mostly made to schedule-send memes.
|
||||
|
||||
* Completed
|
||||
- [[https://git.jjanzen.ca/index.cgi/relaxing-fishing-game.git][Relaxing Fishing Game]]: a very "relaxing" fishing game for the 2024 CSSA Game Jam.
|
||||
- [[https://git.jjanzen.ca/index.cgi/relaxing-fish-game.git][Relaxing Fishing Game]]: a very "relaxing" fishing game for the 2024 CSSA Game Jam.
|
||||
#+begin_export html
|
||||
<iframe frameborder="0" src="https://itch.io/embed/3116553?bg_color=fff8ea&fg_color=594545" width="552" height="167"><a href="https://jjanzen.itch.io/relaxing-fishing-game">Relaxing Fishing Game by jjanzen</a></iframe>
|
||||
#+end_export
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
(setq webring (json-parse-string (plz 'get "https://aidang.cc/webring/https://jjanzen.ca")))
|
||||
(defun create-webring-html (plist)
|
||||
(format "<div class='footer'><div class='footer-top'><span><a href='%s'>« %s</a></span><span>CSSA Web Ring</span><span><a href='%s'>%s »</a></span></div><div class='footer-bottom'>Copyright (C) Jacob Janzen 2024</div></div>"
|
||||
(format "<div class='footer'><div class='footer-top'><span><a href='%s'>« %s</a></span><span>CSSA Web Ring</span><span><a href='%s'>%s »</a></span></div><div class='footer-bottom'>Copyright (C) jjanzen 2024</div></div>"
|
||||
(gethash "url" (gethash "left" webring))
|
||||
(gethash "name" (gethash "left" webring))
|
||||
(gethash "url" (gethash "right" webring))
|
||||
|
@ -73,7 +73,7 @@
|
|||
(if (equal "rss.org" (file-name-nondirectory filename))
|
||||
(org-rss-publish-to-rss plist filename dir)))
|
||||
|
||||
(defvar jj/html-preamble "<div class='topnav'><a href='/'>Home</a><a href='/projects.html'>Projects</a><a href='/blog'>Blog</a><a href='/dotfiles/'>Dotfiles</a><a href='/about.html'>About Me</a><a href='/rss.xml'>RSS</a><a href='https://git.jjanzen.ca/'>Git</a></div>")
|
||||
(defvar jj/html-preamble "<div class='topnav'><a href='/'>Home</a><a href='/projects.html'>Projects</a><a href='/blog'>Blog</a><a href='/dotfiles/'>Dotfiles</a><a href='/about.html'>About Me</a><a href='/rss.xml'>RSS</a><a target='_blank' href='https://git.jjanzen.ca/'>Git</a></div>")
|
||||
|
||||
(setq org-html-htmlize-output-type 'css)
|
||||
(setq org-html-postamble 'create-webring-html)
|
||||
|
|
Loading…
Add table
Reference in a new issue