An open-source toki pona course
Find a file
2021-12-31 16:46:31 +03:00
pages added bookmarks to game patches page 2021-12-31 16:44:08 +03:00
static made it so that the link style only applies to links, not <a> tags that serve as bookmarks 2021-12-31 16:46:31 +03:00
tpl added patreon banner 2021-11-29 14:52:12 +03:00
.gitignore added the new upload.sh script 2021-06-09 14:33:47 +03:00
.gitlab-ci.yml replaced tabs w/ spaces 2021-11-29 12:13:13 +03:00
blogindex.sh fixed link on blog 2021-06-16 21:25:17 +03:00
LICENSE updating license data 2021-05-14 17:42:21 +03:00
Makefile fixed header css files 2021-05-31 14:58:29 +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
tp_official.txt edited gif, added words to tp_official 2020-04-21 11:17:39 +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.