adding kdesrc-build alias and ox-zola
This commit is contained in:
parent
a0922f054e
commit
bdbbf0044c
10
README.org
10
README.org
|
@ -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")))
|
||||
|
||||
|
|
7
init.el
7
init.el
|
@ -1322,6 +1322,12 @@ All my (performant) foldings needs are met between this and `org-show-subtree'
|
|||
org-re-reveal-mobile-app t)
|
||||
)
|
||||
|
||||
(use-package ox-zola
|
||||
:after 'ox-hugo
|
||||
:config
|
||||
|
||||
)
|
||||
|
||||
(use-package unicode-fonts
|
||||
:ensure t
|
||||
:config
|
||||
|
@ -2642,6 +2648,7 @@ targets."
|
|||
("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")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue