Updated readme

This commit is contained in:
Stephen Cochrane 2020-11-16 19:01:01 +02:00
parent e1fe6a265d
commit 93e9a2bec2
1 changed files with 9 additions and 4 deletions

View File

@ -2,16 +2,21 @@
This is my website, which is hosted [here](https://skiqqy.xyz).
## Building
There are two approaches
````
$ make
$ make # Build everything.
````
Or
````
$ make demo # Builds everything with injected warning text.
````
## Static site
### Static site
````
$ ./build.sh
$ make build
````
## Static Blog
### Static Blog
The goal of this website is to serve 'static' content that gets updated
through scripts, this is to reduce bloat, and to ensure a fast website.
To create the 'full' website, it is important to first run,