diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2025-12-29 09:42:32 -0500 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2025-12-29 09:42:32 -0500 |
| commit | 301d0aa4d61b21d4daf703672aa4b1d438651296 (patch) | |
| tree | cf6ee1d617f53f42d56d952d5c61eeba4e931aa5 /README.md | |
| parent | bf4b3a5c35152c1292757134123b3363d0f81bf6 (diff) | |
Use meson to build the themes subproject
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 9 insertions, 19 deletions
@@ -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 ``` |
