minor fixes

This commit is contained in:
Dibyashanu Pati 2025-03-02 10:10:00 +05:30
parent d2fefdc84a
commit abdd7e6ef2
4 changed files with 11 additions and 2 deletions

View file

@ -24,6 +24,9 @@
#+TOC: headlines 1 #+TOC: headlines 1
* karthinks.com
** Clearnet
https://karthinks.com/
* cosmicpirates.space * cosmicpirates.space
** Clearnet ** Clearnet
https://cosmicpirates.space/ https://cosmicpirates.space/

View file

@ -8,6 +8,9 @@
: +--------------------------------------+ : +--------------------------------------+
#+end_center #+end_center
* Planted the seeds to my [[../exocortex/][Thought Garden]] - [2025-02-11 Tue]
I discovered [[https://quartz.jzhao.xyz/][Quartz]]
* [[https://about.gitea.com/][Gitea]] Service now up - [2025-01-23 Thu] * [[https://about.gitea.com/][Gitea]] Service now up - [2025-01-23 Thu]
Now hopefully I will be motivated enough to share the sauce Now hopefully I will be motivated enough to share the sauce
tor - http://pohnq5z43ok3tefj6v3qx2zgn7zinpf4s55kztqxifa2poc3oirpe2id.onion/ tor - http://pohnq5z43ok3tefj6v3qx2zgn7zinpf4s55kztqxifa2poc3oirpe2id.onion/

View file

@ -35,9 +35,9 @@
:after ox :after ox
:config :config
(setq org-hugo-base-dir "~/projects/cosmicflow.space/public/exocortex-hugo-md" ) (setq org-hugo-base-dir "~/projects/cosmicflow.space/public/exocortex-hugo-md" )
(setq org-hugo-default-section-directory "braindump") (setq org-hugo-default-section-directory "./")
) )
(setq org-roam-directory "~/projects/notes/") (setq org-roam-directory "~/projects/thought_garden/")
;; modified this function from https://github.com/kaushalmodi/ox-hugo/discussions/585#discussioncomment-2335203 ;; modified this function from https://github.com/kaushalmodi/ox-hugo/discussions/585#discussioncomment-2335203
(defun ox-hugo/export-all (&optional org-files-root-dir dont-recurse) (defun ox-hugo/export-all (&optional org-files-root-dir dont-recurse)
@ -126,7 +126,9 @@ Example usage in Emacs Lisp: (ox-hugo/export-all \"~/org\")."
(div (@ (class "container")) (div (@ (class "container"))
(nav (@ (class "nav")) (nav (@ (class "nav"))
(a (@ (class "nav-link") (href "/")) "Home") " " (a (@ (class "nav-link") (href "/")) "Home") " "
(a (@ (class "nav-link") (href "/exocortex/")) "Thought Garden") " "
(a (@ (class "nav-link") (href "/blogs/")) "Blog") " " (a (@ (class "nav-link") (href "/blogs/")) "Blog") " "
(a (@ (class "nav-link") (href "https://cosmicflow.space:3030/")) "Git") " "
(a (@ (class "nav-link") (href "/about/")) "About") " " (a (@ (class "nav-link") (href "/about/")) "About") " "
(a (@ (class "nav-link") (href "/contact/")) "PGP") " " (a (@ (class "nav-link") (href "/contact/")) "PGP") " "
(a (@ (class "nav-link") (href "/links/")) "Links") " " (a (@ (class "nav-link") (href "/links/")) "Links") " "

View file

@ -2,6 +2,7 @@
rm -rf ./public/cosmicflow-html/ rm -rf ./public/cosmicflow-html/
rm -rf ./public/exocortex-hugo-md/content/ rm -rf ./public/exocortex-hugo-md/content/
rm -rf ./public/exocortex-hugo-md/public/*
# generate the html and gemini versions of the site using org-publish # generate the html and gemini versions of the site using org-publish
emacs -Q --batch -l create-site.el emacs -Q --batch -l create-site.el