cosmicflow/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2025-03-02 14:42:44 +05:30
# cosmicflow.space
This is the source code of the cosmicflow website
2024-06-04 15:20:50 +00:00
2025-03-02 14:40:08 +05:30
## How it works
There is a main script called [](./create.sh) just cd into the cloned repository, and run it, this runs all other scripts and generates the static stite in the [](./public) directory.
2025-03-02 14:40:08 +05:30
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.
``` console
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