diff options
author | 2025-02-16 19:17:10 -0500 | |
---|---|---|
committer | 2025-02-16 19:17:10 -0500 | |
commit | 5995114551933633c68f58a715cc9941ca4b3cc5 (patch) | |
tree | fedfabc0aa80fde4a8d21b489ba1040950ab0381 | |
parent | 52402d0f97cae2f78bd8eab738d2d3d21e2b5392 (diff) |
rename to soaos.dev
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content/_index.md | 4 | ||||
-rw-r--r-- | content/blog/blacklight_shader/index.md | 4 | ||||
-rw-r--r-- | content/blog/mons_i/index.md | 2 | ||||
-rw-r--r-- | content/projects/bevy_blacklight_material/index.md | 2 | ||||
-rw-r--r-- | content/projects/bevy_dither_post_process/index.md | 2 | ||||
-rw-r--r-- | content/projects/bevy_headless_render/index.md | 2 | ||||
-rw-r--r-- | content/projects/bevy_outline_post_process/index.md | 2 | ||||
-rw-r--r-- | content/projects/bevy_rustysynth/index.md | 6 | ||||
-rw-r--r-- | content/projects/bevy_terminal_display/index.md | 2 | ||||
-rw-r--r-- | content/projects/pomd/index.md | 2 | ||||
-rw-r--r-- | static/CNAME | 2 | ||||
-rw-r--r-- | templates/project-page.html | 2 |
13 files changed, 17 insertions, 17 deletions
diff --git a/config.toml b/config.toml index b22e02b..dec8c63 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://exvacuum.dev" +base_url = "https://soaos.dev" # Whether to automatically compile all Sass files in the sass directory compile_sass = true diff --git a/content/_index.md b/content/_index.md index 7c610d0..e23e0f1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,8 +8,8 @@ title = "hello" - [projects](@/projects/_index.md) - [blog](@/blog/_index.md) - [some stuff i like](@/stuff_i_like/_index.md) -- [git](https://git.exvacuum.dev) -- [forum](https://forum.exvacuum.dev) +- [git](https://git.soaos.dev) +- [forum](https://forum.soaos.dev) find me in other places diff --git a/content/blog/blacklight_shader/index.md b/content/blog/blacklight_shader/index.md index 156c813..c5e4b27 100644 --- a/content/blog/blacklight_shader/index.md +++ b/content/blog/blacklight_shader/index.md @@ -13,7 +13,7 @@ i wanted to create a "blacklight" effect, where specific lights could reveal par i wrote this shader in wgsl for a [bevy engine](https://bevyengine.org) project, but it should translate easily to other shading languages -the finished shader can be found as part of [this repo](https://github.com/exvacuum/bevy_blacklight_material) +the finished shader can be found as part of [this repo](https://github.com/soaosdev/bevy_blacklight_material) ## shader inputs for this shader, i wanted the following features: @@ -165,7 +165,7 @@ fn fragment( and with that, the shader is pretty much complete -you can view the full completed shader code [here](https://github.com/exvacuum/bevy_blacklight_material/blob/master/assets/shaders/blacklight_material.wgsl) +you can view the full completed shader code [here](https://github.com/soaosdev/bevy_blacklight_material/blob/master/assets/shaders/blacklight_material.wgsl) have fun! diff --git a/content/blog/mons_i/index.md b/content/blog/mons_i/index.md index b4e5a3a..9b22d2f 100644 --- a/content/blog/mons_i/index.md +++ b/content/blog/mons_i/index.md @@ -78,7 +78,7 @@ mons_math/src/ ├── vec3.c └── vec4.c ``` -(i won't get into implementation details too much in this post in the interest of brevity, but all the code is available on my [git server](https://git.exvacuum.dev/mons/)) +(i won't get into implementation details too much in this post in the interest of brevity, but all the code is available on my [git server](https://git.soaos.dev/mons/)) i found writing the matrix and vector operations super satisfying in spite of the repetition for different dimensionalities diff --git a/content/projects/bevy_blacklight_material/index.md b/content/projects/bevy_blacklight_material/index.md index 8437a19..fb6b0c0 100644 --- a/content/projects/bevy_blacklight_material/index.md +++ b/content/projects/bevy_blacklight_material/index.md @@ -4,7 +4,7 @@ title = "bevy_blacklight_material" categories = ["bevy plugin"] languages = ["rust", "wgsl"] [extra] -github = ["exvacuum/bevy_blacklight_material"] +github = ["soaos/bevy_blacklight_material"] crates = ["bevy_blacklight_material"] git = ["bevy_blacklight_material"] +++ diff --git a/content/projects/bevy_dither_post_process/index.md b/content/projects/bevy_dither_post_process/index.md index 8805ba6..1357766 100644 --- a/content/projects/bevy_dither_post_process/index.md +++ b/content/projects/bevy_dither_post_process/index.md @@ -4,7 +4,7 @@ title = "bevy_dither_post_process" categories = ["bevy plugin"] languages = ["rust", "wgsl"] [extra] -github = ["exvacuum/bevy_dither_post_process"] +github = ["soaosdev/bevy_dither_post_process"] crates = ["bevy_dither_post_process"] +++ diff --git a/content/projects/bevy_headless_render/index.md b/content/projects/bevy_headless_render/index.md index 64718fb..3113ef9 100644 --- a/content/projects/bevy_headless_render/index.md +++ b/content/projects/bevy_headless_render/index.md @@ -4,7 +4,7 @@ title = "bevy_headless_render" categories = ["bevy plugin"] languages = ["rust"] [extra] -github = ["exvacuum/bevy_headless_render"] +github = ["soaosdev/bevy_headless_render"] crates = ["bevy_headless_render"] +++ diff --git a/content/projects/bevy_outline_post_process/index.md b/content/projects/bevy_outline_post_process/index.md index 818f091..3c828e6 100644 --- a/content/projects/bevy_outline_post_process/index.md +++ b/content/projects/bevy_outline_post_process/index.md @@ -4,7 +4,7 @@ title = "bevy_outline_post_process" categories = ["bevy plugin"] languages = ["rust", "wgsl"] [extra] -github = ["exvacuum/bevy_outline_post_process"] +github = ["soaosdev/bevy_outline_post_process"] crates = ["bevy_outline_post_process"] +++ diff --git a/content/projects/bevy_rustysynth/index.md b/content/projects/bevy_rustysynth/index.md index 18a2fe1..12ae97e 100644 --- a/content/projects/bevy_rustysynth/index.md +++ b/content/projects/bevy_rustysynth/index.md @@ -5,8 +5,8 @@ draft = true categories = ["bevy plugin"] languages = ["rust", "wgsl"] [extra] -# github = ["exvacuum/bevy_blacklight_material"] -# crates = ["bevy_blacklight_material"] -# git = ["bevy_blacklight_material"] +github = ["soaosdev/bevy_rustysynth"] +crates = ["bevy_rustysynth"] +git = ["bevy_rustysynth"] +++ diff --git a/content/projects/bevy_terminal_display/index.md b/content/projects/bevy_terminal_display/index.md index 90850b4..2aab246 100644 --- a/content/projects/bevy_terminal_display/index.md +++ b/content/projects/bevy_terminal_display/index.md @@ -5,7 +5,7 @@ categories = ["bevy plugin"] languages = ["rust"] [extra] very_cool = true -github = ["exvacuum/bevy_terminal_display"] +github = ["soaosdev/bevy_terminal_display"] crates = ["bevy_terminal_display"] +++ diff --git a/content/projects/pomd/index.md b/content/projects/pomd/index.md index 93ba0ff..93bc734 100644 --- a/content/projects/pomd/index.md +++ b/content/projects/pomd/index.md @@ -6,7 +6,7 @@ categories = ["utility"] languages = ["rust"] [extra] finished = "november 2023" -github = ["exvacuum/pomd", "exvacuum/pomc"] +github = ["soaosdev/pomd", "soaosdev/pomc"] crates = ["pomd", "pomc"] +++ diff --git a/static/CNAME b/static/CNAME index 3d2b888..4a54f74 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -exvacuum.dev +soaos.dev diff --git a/templates/project-page.html b/templates/project-page.html index e932c2c..c097818 100644 --- a/templates/project-page.html +++ b/templates/project-page.html @@ -30,7 +30,7 @@ <p> git: {% for repo in page.extra.git %} - <a href="https://git.exvacuum.dev/{{ repo }}" target="_blank">{{ repo }}</a> + <a href="https://git.soaos.dev/{{ repo }}" target="_blank">{{ repo }}</a> {% endfor %} </p> {% endif %} |