Compare commits
No commits in common. "494f5599fa93239f4ee95624768eaf0defd46cc1" and "7e1fc082142744e01d3ef558a6d6a562f7fa3d58" have entirely different histories.
494f5599fa
...
7e1fc08214
4 changed files with 6 additions and 13 deletions
|
@ -106,7 +106,7 @@ body {
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #eeffff;
|
color: #eeffff;
|
||||||
background-color: #633F3F;
|
background-color: #857470;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
rm -rf ./public/exocortex-hugo-md/public/*
|
rm -rf ./public/exocortex-hugo-md/public/*
|
||||||
rm -rf ./public/exocortex-hugo-md/content/
|
rm -rf ./public/exocortex-hugo-md/content/
|
||||||
|
|
||||||
# sync bibtex references
|
|
||||||
rsync -avi ~/projects/thought_garden/References.bib ./public/exocortex-hugo-md/References.bib
|
|
||||||
|
|
||||||
# create hugo md files using ox-hugo
|
# create hugo md files using ox-hugo
|
||||||
emacs -Q --batch -l ox-hugo-exocortex.el
|
emacs -Q --batch -l ox-hugo-exocortex.el
|
||||||
|
|
||||||
|
|
|
@ -76,12 +76,12 @@
|
||||||
(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 "/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-(clearweb)") " "
|
(a (@ (class "nav-link") (href "https://cosmicflow.space:3030/")) "Git") " "
|
||||||
(a (@ (class "nav-link") (href "http//git.cosmicflow.i2p/")) "Git-(i2p)") " "
|
|
||||||
(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") " "
|
||||||
(a (@ (class "nav-link") (href "/gallery/")) "Gallery") " "
|
(a (@ (class "nav-link") (href "/gallery/")) "Gallery") " "
|
||||||
|
;; (a (@ (class "nav-link") (href "https://store.systemcrafters.net?utm_source=sc-site-nav")) "Store") " "
|
||||||
(a (@ (class "nav-link") (href "/news/")) "News")))))))
|
(a (@ (class "nav-link") (href "/news/")) "News")))))))
|
||||||
|
|
||||||
(defun my/site-footer ()
|
(defun my/site-footer ()
|
||||||
|
@ -93,9 +93,9 @@
|
||||||
" · "
|
" · "
|
||||||
(a (@ (href "/credits/")) "Credits")
|
(a (@ (href "/credits/")) "Credits")
|
||||||
" · "
|
" · "
|
||||||
(a (@ (href "https://cosmicflow.space:3030/DibyashanuPati/cosmicflow")) "Source Code (clearweb)")
|
(a (@ (href "https://cosmicflow.space:3030/DibyashanuPati/cosmicflow")) "Source Code")
|
||||||
" · "
|
;; " · "
|
||||||
(a (@ (href "http://git.cosmicflow.i2p/DibyashanuPati/cosmicflow")) "Source Code (i2p)")
|
;; (a (@ (rel "me") (href "https://fosstodon.org/@daviwil")) "Fediverse"))
|
||||||
(p "© 2024-2025 Dibyashanu Pati - Except where otherwise noted, this work is licensed under http://creativecommons.org/licenses/by/3.0/"
|
(p "© 2024-2025 Dibyashanu Pati - Except where otherwise noted, this work is licensed under http://creativecommons.org/licenses/by/3.0/"
|
||||||
(img (@ (class "column align-left")
|
(img (@ (class "column align-left")
|
||||||
(src "/pics/CCLogoColorPop1.gif")
|
(src "/pics/CCLogoColorPop1.gif")
|
||||||
|
|
|
@ -29,10 +29,6 @@
|
||||||
)
|
)
|
||||||
(setq org-roam-directory "~/projects/thought_garden/")
|
(setq org-roam-directory "~/projects/thought_garden/")
|
||||||
|
|
||||||
;; See https://ox-hugo.scripter.co/doc/org-cite-citations/
|
|
||||||
(with-eval-after-load 'ox-hugo
|
|
||||||
(plist-put org-hugo-citations-plist :bibliography-section-heading "Bibliography"))
|
|
||||||
|
|
||||||
;; 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)
|
||||||
"Export all Org files (including nested) under ORG-FILES-ROOT-DIR.
|
"Export all Org files (including nested) under ORG-FILES-ROOT-DIR.
|
||||||
|
|
Loading…
Add table
Reference in a new issue