better links, latex images in thought ocean
This commit is contained in:
parent
2644804dfa
commit
1a864e6d42
3 changed files with 16 additions and 17 deletions
|
@ -15,7 +15,11 @@ cd ./public/exocortex-hugo-md/
|
||||||
npx quartz build
|
npx quartz build
|
||||||
cd ../../
|
cd ../../
|
||||||
|
|
||||||
|
# copy latex images into the public directory
|
||||||
|
rsync -avi --delete ../thought_garden/ltximg/ ./public/exocortex-hugo-md/public/ltximg/
|
||||||
|
|
||||||
# copy the generated folder to the main public site
|
# copy the generated folder to the main public site
|
||||||
rsync -avi --delete ./public/exocortex-hugo-md/public/ ./public/cosmicflow-html/exocortex/
|
rsync -avi --delete ./public/exocortex-hugo-md/public/ ./public/cosmicflow-html/exocortex/
|
||||||
|
|
||||||
|
|
||||||
echo "exocortex created"
|
echo "exocortex created"
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#+title: Faq
|
#+title: Faq
|
||||||
#+setupfile: main.setup
|
|
||||||
|
|
||||||
#+begin_center
|
#+begin_center
|
||||||
: +-------------------------------------------+
|
: +-------------------------------------------+
|
||||||
|
@ -17,8 +16,3 @@
|
||||||
: +-------------------------------------------+
|
: +-------------------------------------------+
|
||||||
#+end_center
|
#+end_center
|
||||||
|
|
||||||
#+name: link-list
|
|
||||||
|------+-------+-------+-----+------+-----+-------|
|
|
||||||
| [[file:index.org][Home]] | [[file:blogs/blog-index.org][Blogs]] | [[file:about.org][About]] | [[file:FAQ.org][FAQ]] | [[file:news.org][News]] | [[file:contact.org][PGP]] | [[file:links.org][Links]] |
|
|
||||||
|------+-------+-------+-----+------+-----+-------|
|
|
||||||
|
|
||||||
|
|
|
@ -73,18 +73,19 @@
|
||||||
(div (@ (class "site-masthead"))
|
(div (@ (class "site-masthead"))
|
||||||
(div (@ (class "container"))
|
(div (@ (class "container"))
|
||||||
(nav (@ (class "nav"))
|
(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-(clearweb)") " "
|
|
||||||
(a (@ (class "nav-link") (href "http://git.cosmicflow.i2p/")) "Git-(i2p)") " "
|
|
||||||
(a (@ (class "nav-link") (href "http://pohnq5z43ok3tefj6v3qx2zgn7zinpf4s55kztqxifa2poc3oirpe2id.onion/")) "Git-(tor)") " "
|
|
||||||
|
|
||||||
(a (@ (class "nav-link") (href "/about/")) "About") " "
|
(a (@ (class "nav-link") (href "/")) "<span style='color: #833F3F;'>Home</span>") " "
|
||||||
(a (@ (class "nav-link") (href "/contact/")) "PGP") " "
|
(a (@ (class "nav-link") (href "/exocortex/")) "<span style='color: #304570;'>Thought Ocean</span><sub style='font-size: 0.55em; color: red'> requires javascript</sub>") " "
|
||||||
(a (@ (class "nav-link") (href "/links/")) "Links") " "
|
(a (@ (class "nav-link") (href "/blogs/")) "<span style='color: #3F833F;'>Blog</span>") " "
|
||||||
(a (@ (class "nav-link") (href "/gallery/")) "Gallery") " "
|
(a (@ (class "nav-link") (href "https://cosmicflow.space:3030/")) "<span style='color: #C0C0C0;'>Git</span><sub style='font-size: 0.6em; color: red'> clearweb</sub>") " "
|
||||||
(a (@ (class "nav-link") (href "/news/")) "News")))))))
|
(a (@ (class "nav-link") (href "http://git.cosmicflow.i2p/")) "<span style='color: #C0C0C0;'>Git</span><sub style='font-size: 0.6em; color: #e9ff33'> i2p</sub>") " "
|
||||||
|
(a (@ (class "nav-link") (href "http://pohnq5z43ok3tefj6v3qx2zgn7zinpf4s55kztqxifa2poc3oirpe2id.onion/")) "<span style='color: #C0C0C0;'>Git</span><sub style='font-size: 0.6em; color: #800080'> tor</sub>") " "
|
||||||
|
|
||||||
|
(a (@ (class "nav-link") (href "/about/")) "<span style='color: #808080;'>About</span>") " "
|
||||||
|
(a (@ (class "nav-link") (href "/contact/")) "<span style='color: #808080;'>PGP</span>") " "
|
||||||
|
(a (@ (class "nav-link") (href "/links/")) "<span style='color: #808080;'>Links</span>") " "
|
||||||
|
(a (@ (class "nav-link") (href "/gallery/")) "<span style='color: #808080;'>Gallery</span>") " "
|
||||||
|
(a (@ (class "nav-link") (href "/news/")) "<span style='color: #008080;'>News</span>")))))))
|
||||||
|
|
||||||
(defun my/site-footer ()
|
(defun my/site-footer ()
|
||||||
(list `(footer (@ (class "site-footer"))
|
(list `(footer (@ (class "site-footer"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue