summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 09:42:32 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 09:42:32 -0500
commit301d0aa4d61b21d4daf703672aa4b1d438651296 (patch)
treecf6ee1d617f53f42d56d952d5c61eeba4e931aa5 /README.md
parentbf4b3a5c35152c1292757134123b3363d0f81bf6 (diff)
Use meson to build the themes subproject
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 9 insertions, 19 deletions
diff --git a/README.md b/README.md
index 051726f..97cc897 100644
--- a/README.md
+++ b/README.md
@@ -3,35 +3,25 @@ This contains the entirety of https://matthewkosarek.xyz, which is my personal w
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
+## Building
-Next, compile the shaders:
+### Themes
+See the [themes subproject](./themes/README.md) for more information on how to build the themes.
+### Posts
```sh
-cd themes/src
-node tools/shaders.js
+./publish.sh
```
-Finally, build the project:
+## Running
```sh
-cd ..
-./compile-commands.sh
-make
+./run_dev.sh
+firefox localhost:8080
```
-## Update Posts
-```sh
-./publish.sh
-```
-## Publish New Version
+## Publishing
```sh
./upload.sh
```