website/README.md

30 lines
548 B
Markdown
Raw Normal View History

2025-01-04 05:52:22 +07:00
# My website
## Prepare, run, build
Requires npm and lamdera.
```
curl https://static.lamdera.com/bin/lamdera-1.3.2-linux-x86_64 -o /usr/local/bin/lamdera
chmod a+x /usr/local/bin/lamdera
```
```
npm install
npm start
```
## Why elm?
¯\_(ツ)_/¯
2025-01-04 07:19:31 +07:00
Writing web application with types. Although it would make you go insane rather than make the job done for you.
## Citing in Markdown
Use HTML tag `<cite>` with attribute `ref` as the content of the citation.
```md
Some paper<cite ref="name of paper, authors, conference and journal"/>
```