source code for cosmicflow.space
Find a file
2025-03-20 19:11:00 +05:30
assets Added some buttons 2025-03-18 22:14:27 +05:30
content Added some buttons 2025-03-18 22:14:27 +05:30
.gitignore Fixed images, latex and first real blog. 2024-12-06 16:36:42 +05:30
build_exocortex.sh Added line to copy javascript web lable file in exocortex 2025-03-20 19:11:00 +05:30
copy_latex_images.sh organized scripts 2025-03-02 13:50:52 +05:30
create-site.el image links convention, table of contents fix 2025-03-18 02:46:31 +05:30
create.sh image links convention, table of contents fix 2025-03-18 02:46:31 +05:30
LICENSE Initial commit 2024-06-04 15:20:50 +00:00
ox-hugo-exocortex.el ox-hugo frontmatter set to yaml 2025-03-19 03:19:30 +05:30
publish.sh [2024-06-21 Fri] Major changes to the code 2024-06-21 23:08:58 +05:30
README.md image links convention, table of contents fix 2025-03-18 02:46:31 +05:30

cosmicflow.space

This is the source code of the cosmicflow website

How it works

There is a main script called just cd into the cloned repository, and run it, this runs all other scripts and generates the static stite in the directory.

Ofcourse do not expect it to work as is. There are many things which have to be configured according to your needs, the purpose of this is to serve as template for you to build your sites, not to be used as is.

cd cosmicflow
./create.sh

Images

Here are the link formats in org mode and how they are rendered

/absolute/path/with/no/content/someimg.imgextension - as a plain text href relative/path/with/some/content/someimg.imgextension - as displayed as full width image

for more control use the #+HTML tag

Table of Contents

For Table of Contents links to work it is for now necessary to add a custom id block like the follows for all headings to be linked

  • Some heading :PROPERTIES: :CUSTOM_ID: some-heading :END:

Note - for now the custom_id must be some-heading and not some_other_heading

Latex

Use dvisvgm it looks better