https://github.com/icelk/kvarn.org
The source of Kvarn's website.
https://github.com/icelk/kvarn.org
Last synced: 6 months ago
JSON representation
The source of Kvarn's website.
- Host: GitHub
- URL: https://github.com/icelk/kvarn.org
- Owner: Icelk
- Created: 2021-01-27T09:31:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T19:00:32.000Z (about 2 years ago)
- Last Synced: 2024-05-29T10:11:51.016Z (about 2 years ago)
- Language: HTML
- Homepage: https://kvarn.org
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [kvarn.org](https://kvarn.org/)
To get the full version running, [download the fonts](download-fonts.sh) and
start the
[Kvarn reference implementation](https://github.com/Icelk/kvarn-reference) with
```shell
$ cargo r --features high_ports
```
to run it on high ports (8080, 8443), so you don't need superuser privileges.
This is the source of [Kvarn's](https://github.com/Icelk/kvarn) website. To get
the full version running, [download the fonts](download-fonts.sh) and start the
server:
> You do have to clone [Mölla](https://github.com/Icelk/moella) to `../moella`
> to get a successful build.
```shell
# go to your cloned icelk.dev
$ cd ../icelk.dev
$ cd server
$ cargo install --path .
$ cd ..
$ kvarn-icelk -c icelk.dev.ron --high-ports -d kvarn.org
```
to run on high ports (8080, 8443), so you don't need superuser privileges.
## Contribution
Feel free to address any typos or misinformation! The only requirement is to
accept and cohere to [the license](#license).
## License
The text and logo on this website are licensed under the
[CC-BY-SA-4.0 license](https://github.com/Icelk/kvarn.org/blob/main/public/text-license.txt)
The code examples and JavaScript source code is licensed under the
[MIT license](https://github.com/Icelk/kvarn.org/blob/main/public/code-license.txt).
All contributions must be licensed accordingly.
The above is not applicable to [highlight.js](highlight.js) which is licensed
under the `BSD 3-Clause License`.