adding kdesrc-build alias and ox-zola

This commit is contained in:
Chris Cochrun 2023-05-04 09:30:28 -05:00
parent a0922f054e
commit bdbbf0044c
2 changed files with 17 additions and 0 deletions

View file

@ -1646,6 +1646,15 @@ Spectacle.js is another beautiful slideshow builder that org can export to using
)
#+end_src
*** ox-zola
I'm going to start a website for my own ramblings, tutorials and links. To do this I'll likely use Zola since it's built in Rust.
#+begin_src emacs-lisp
(use-package ox-zola
:after 'ox-hugo
:config
)
#+end_src
** Emoji
In order to render color emojis I'll use =unicode-fonts=.
@ -3543,6 +3552,7 @@ Let's add our own eshell prompt. and set the password cache to a significantly h
("ytd" "yt-dlp -o ~/Videos/%(title)s.%(ext)s $1")
("nupg" "upgrade-nix")
("nupd" "update-nix")
("ksb" "/home/chris/dev/kde/src/kdesrc-build/kdesrc-build")
("ws" "rsync -avzP public/ chris@staff.tfcconnection.org:tfcconnection")
("wttr" "curl wttr.in/@home.cochrun.xyz")))