Compare commits

...

3 commits

Author SHA1 Message Date
Dibyashanu Pati
541da2397f Made CC link more succint 2025-03-13 20:48:08 +05:30
Dibyashanu Pati
c86dd630cc Added attributions 2025-03-13 20:40:01 +05:30
Dibyashanu Pati
a2c7d54435 rebranded thought ocean to exocortex 2025-03-13 20:17:33 +05:30
3 changed files with 12 additions and 2 deletions

View file

@ -17,6 +17,8 @@ cd ../../
# copy latex images into the public directory
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
rsync -avi --delete ./public/exocortex-hugo-md/public/ ./public/cosmicflow-html/exocortex/

6
content/attributions.org Normal file
View file

@ -0,0 +1,6 @@
These are a list of attributions to the extarnal works I have used in this website.
| Link(local) | Link (source) | Attribution |
|-------------------------------------------+---------------+-------------------------------------------------------------------------------------------------|
| [[/exocortex/ox-hugo/Human_Brain_Symbol.png]] | [[https://commons.wikimedia.org/wiki/File:Human_Brain_Symbol.svg ][source]] | Pendethan, CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0>, via Wikimedia Commons |

View file

@ -75,7 +75,7 @@
(nav (@ (class "nav"))
(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: #DE3163;'>Exocortex</span><sub style='font-size: 0.55em; color: red;'> requires javascript</sub>") " "
(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 "http://git.cosmicflow.i2p/")) "<span style='color: #C0C0C0;'>Git</span><sub style='font-size: 0.6em; color: #e9ff33'> i2p</sub>") " "
@ -96,12 +96,14 @@
" · "
(a (@ (href "/credits/")) "Credits")
" · "
(a (@ (href "/attributions/")) "Attributions")
" · "
(a (@ (href "https://cosmicflow.space:3030/DibyashanuPati/cosmicflow")) "Source Code (clearweb)")
" · "
(a (@ (href "http://git.cosmicflow.i2p/DibyashanuPati/cosmicflow")) "Source Code (i2p)")
" · "
(a (@ (href "http://pohnq5z43ok3tefj6v3qx2zgn7zinpf4s55kztqxifa2poc3oirpe2id.onion/DibyashanuPati/cosmicflow")) "Source Code (tor)")
(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 - <a href='https://creativecommons.org/licenses/by-sa/4.0/'>CC BY-SA 4.0</a> "
(img (@ (class "column align-left")
(src "/pics/CCLogoColorPop1.gif")
(style "width: 40px")