2020-03-15 22:59:02 +03:00
|
|
|
# rnd's website source code
|
2020-03-12 09:22:39 +00:00
|
|
|
|
2021-06-04 11:18:27 +03:00
|
|
|
This is the source code to rnd's website at <https://cutiehaven.club/>.
|
2020-03-15 22:59:02 +03:00
|
|
|
|
|
|
|
Included are all the files and scripts used to build it, with the exception of
|
2021-06-04 11:18:27 +03:00
|
|
|
some files containing other identifying information and copyrighted contents
|
|
|
|
that might break gitlab's terms of service.
|
2021-11-15 14:08:30 +03:00
|
|
|
|
|
|
|
## 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.
|