rebranded thought ocean to exocortex
This commit is contained in:
parent
1a864e6d42
commit
a2c7d54435
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@ cd ../../
|
||||||
|
|
||||||
# copy latex images into the public directory
|
# copy latex images into the public directory
|
||||||
rsync -avi --delete ../thought_garden/ltximg/ ./public/exocortex-hugo-md/public/ltximg/
|
rsync -avi --delete ../thought_garden/ltximg/ ./public/exocortex-hugo-md/public/ltximg/
|
||||||
|
# copy normal images into the public directory
|
||||||
|
rsync -avi --delete ../thought_garden/images/ ./public/exocortex-hugo-md/public/ox-hugo/
|
||||||
|
|
||||||
# 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/
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
(nav (@ (class "nav"))
|
(nav (@ (class "nav"))
|
||||||
|
|
||||||
(a (@ (class "nav-link") (href "/")) "<span style='color: #833F3F;'>Home</span>") " "
|
(a (@ (class "nav-link") (href "/")) "<span style='color: #833F3F;'>Home</span>") " "
|
||||||
(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 "/exocortex/")) "<span style='color: #304570;'>Exocortex</span><sub style='font-size: 0.55em; color: #DE3163'> requires javascript</sub>") " "
|
||||||
(a (@ (class "nav-link") (href "/blogs/")) "<span style='color: #3F833F;'>Blog</span>") " "
|
(a (@ (class "nav-link") (href "/blogs/")) "<span style='color: #3F833F;'>Blog</span>") " "
|
||||||
(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 "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 "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://git.cosmicflow.i2p/")) "<span style='color: #C0C0C0;'>Git</span><sub style='font-size: 0.6em; color: #e9ff33'> i2p</sub>") " "
|
||||||
|
|
Loading…
Add table
Reference in a new issue