An open-source toki pona course
Find a file
2022-02-06 23:49:25 +03:00
pages another update to supalape font 2022-02-06 23:42:50 +03:00
static update font to 0.3.2 2022-02-06 23:49:25 +03:00
tpl turns out GUID isn't a GUID, and fixored the link 2022-01-18 20:18:05 +03:00
.gitignore added the new upload.sh script 2021-06-09 14:33:47 +03:00
.gitlab-ci.yml turns out GUID isn't a GUID, and fixored the link 2022-01-18 20:18:05 +03:00
blogindex.sh forgot to add variables to RSS generator 2022-02-05 20:15:52 +03:00
LICENSE updating license data 2021-05-14 17:42:21 +03:00
Makefile better escaping for RSS 2022-01-19 12:20:44 +03:00
README.md added some info to readme 2021-11-15 14:08:30 +03:00
simplify.sh fixored answers' formatting and russian links 2020-12-20 12:52:04 +03:00
textindex.sh linked to text pages on index, added DC mode for text index.html, fixed some errors 2021-05-18 11:55:47 +03:00

rnd's website source code

This is the source code to rnd's website at https://cutiehaven.club/.

Included are all the files and scripts used to build it, with the exception of some files containing other identifying information and copyrighted contents that might break gitlab's terms of service.

Building

To compile a local version of the website, just use the make command. It will lack some files, mostly ones that I don't feel are appropriate to add to Git, but will contain all the most important content.

Continuous Integration

The .gitlab-ci.yml file contains a pipeline used to deploy all the changes to the actual website. Currently it takes about a minute for any updates to be reflected.