From 301d0aa4d61b21d4daf703672aa4b1d438651296 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Mon, 29 Dec 2025 09:42:32 -0500 Subject: Use meson to build the themes subproject --- README.md | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.1