Compare commits
No commits in common. "541da2397fcdb29cbd4f7e744b45eca7c58932ab" and "1a864e6d4243aa0c1384304a79dfac12493d388a" have entirely different histories.
541da2397f
...
1a864e6d42
3 changed files with 2 additions and 12 deletions
|
@ -17,8 +17,6 @@ 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/
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
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 |
|
|
@ -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: #DE3163;'>Exocortex</span><sub style='font-size: 0.55em; color: red;'> requires javascript</sub>") " "
|
||||
(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 "/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,14 +96,12 @@
|
|||
" · "
|
||||
(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 - <a href='https://creativecommons.org/licenses/by-sa/4.0/'>CC BY-SA 4.0</a> "
|
||||
(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")
|
||||
(src "/pics/CCLogoColorPop1.gif")
|
||||
(style "width: 40px")
|
||||
|
|
Loading…
Add table
Reference in a new issue