make sure stylesheets load :3c

This commit is contained in:
knit 2024-05-06 08:51:15 +02:00
parent 0bb8b901eb
commit 699d41dbb4
4 changed files with 36 additions and 6 deletions

View File

@ -5,5 +5,5 @@ emacs --script "publish.el"
# just in case we shitposted a little
rsync -rv org/rss.xml html/rss.xml
rsync -rv css html/css
rsync -rv img html/img
rsync -rv css html/
rsync -rv img html/

View File

@ -3,6 +3,8 @@
hi :3
uh nothing to say rly. this site is designed to be [[./curl-me.org][downloadable]] and [[./style.org][printable]]. [[./map.org][see all pages]].
uh nothing to say rly. this site is designed to be [[./curl-me.org][downloadable]] and [[./style.org][printable]].
see my web bookmarks in the [[./links.org][links]] section. uwu!
if you want to talk a little, my email can be found on my gemini (same address)
see my web bookmarks in the [[./links.org][links]] section. uwu! [[./map.org][see all pages]].

View File

@ -27,7 +27,8 @@ an old friend im always too shy to reach out to. lots of philosophy, always chan
** [[https://joelhooks.com/digital-garden][my blog is a garden]]
joel hooks writes about how blogging should be more about creating good content rather than "timelining" it and pushing down older content in favour of newer content, disregarding quality and effort.
** [[https://drewdevault.com/dynlib.html][dynamic linking bad]]
drew talks about how efficient it really isn't to dynamically link libraries.
** [[https://stackingthebricks.com/how-blogs-broke-the-web/][how blogs broke the web]]
about the fall away from "homepages" and the rise of "blogging", and the ease and motivation of publishing more often, rather than better, content.
@ -54,3 +55,30 @@ just a collection of code to help write in scsh
------
** [[https://transjovian.org/view/index#main][transjovian council]]
a gemini-first wiki
* atom / rss
here's a dump of feeds i'm subscribed to ^-^
#+begin_src
https://tilde.green/~knit/rss.xml
https://fasterthanli.me/index.xml
https://dthompson.us/feed.xml
https://wingolog.org/feed/atom
https://idiomdrottning.org/blog
https://dustycloud.org/blog/index.xml
https://drewdevault.com/blog/index.xml
https://lukesmith.xyz/index.xml
https://lwn.net/headlines/newrss
https://geminiprotocol.net/news/atom.xml
https://planet.scheme.org/atom.xml
https://blog.rust-lang.org/feed.xml
https://planet.gnu.org/rss20.xml
https://fractalkitty.com/feed
#+end_src
* unsorted
look i'll get around to it

View File

@ -105,7 +105,7 @@ To be read by 'shr-dom-to-xml'"
;; Linking to additional stylesheet.
;; This can't be done with SHR because it hardcodes an ending tag."
(setq org-html-head-extra
"<link rel=\"stylesheet\" href=\"/css/style.css\" type=\"text/css\" />")
"<link rel=\"stylesheet\" href=\"https://tilde.green/~knit/css/style.css\" type=\"text/css\" />")
;; Finally, publish the website.
(org-publish "green")