minor fixes
This commit is contained in:
parent
d2fefdc84a
commit
abdd7e6ef2
4 changed files with 11 additions and 2 deletions
|
@ -35,9 +35,9 @@
|
|||
:after ox
|
||||
:config
|
||||
(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
|
||||
(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"))
|
||||
(nav (@ (class "nav"))
|
||||
(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 "https://cosmicflow.space:3030/")) "Git") " "
|
||||
(a (@ (class "nav-link") (href "/about/")) "About") " "
|
||||
(a (@ (class "nav-link") (href "/contact/")) "PGP") " "
|
||||
(a (@ (class "nav-link") (href "/links/")) "Links") " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue