summaryrefslogtreecommitdiff
path: root/README.md
blob: 051726f3a8641f32b3726382ae6ba0c28862a989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# matthewkosarek.xyz
This contains the entirety of https://matthewkosarek.xyz, which is my personal website. Feel free to look around and take any snippets that you like from it!

If you are on Github, this is a mirror of: https://git.matthewkosarek.xyz/matthew_kosarek_xyz/

## Running
```sh
./run_dev.sh
firefox localhost:8080
```

## Build Themes
First, install emscripten: https://emscripten.org/docs/getting_started/downloads.html

Next, compile the shaders:

```sh
cd themes/src
node tools/shaders.js
```
Finally, build the project:

```sh
cd ..
./compile-commands.sh
make
```

## Update Posts
```sh
./publish.sh
```

## Publish New Version
```sh
./upload.sh
```