31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
|
Sources for [my blog](https://badrihippo.thekambattu.rocks).
|
||
|
|
||
|
# Run
|
||
|
|
||
|
This site is built with [Haunt](https://dthompson.us/projects/haunt.html).
|
||
|
|
||
|
Once you have haunt installed, you can build the site with
|
||
|
|
||
|
```
|
||
|
haunt build
|
||
|
```
|
||
|
|
||
|
To test the built site locally, use
|
||
|
|
||
|
```
|
||
|
haunt serve
|
||
|
```
|
||
|
|
||
|
# Licence
|
||
|
|
||
|
The source code for generating this website (i.e. everything in this repo except the `public/` folder) can be used under the terms of the GNU General Public Licence or (at your option) any later version. See the [`COPYING`](COPYING) file for details.
|
||
|
|
||
|
The actual contents (i.e. all the articles inside the `public/` directory, and the contents thereof) are under the [Creative Commons BY-NC 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/) licence.
|
||
|
|
||
|
# Credits
|
||
|
|
||
|
Some generation scripts are customised from [the original Haunt code](https://git.dthompson.us/haunt/) by David Thompson.
|
||
|
|
||
|
The `commonmark+scm` reader and other related scripts are from the sources for [Steve Sprang's website](https://git.sr.ht/~nybble/nybble-website/), with one tweak to disable "smart quotes".
|
||
|
|
||
|
The primary font used in this website is [Poppins](https://indiantypefoundry.com/fonts/poppins), by the Indian Type Foundry.
|