diff --git a/default.nix b/default.nix index d50e1da..20831af 100644 --- a/default.nix +++ b/default.nix @@ -5,7 +5,7 @@ }: pkgs.stdenv.mkDerivation rec { pname = "tasiaiso.vulpecula.zone"; - version = "1.1.5"; + version = "1.1.6"; src = pkgs.fetchFromGitea { domain = "git.vulpecula.zone"; diff --git a/docs/changelog.md b/docs/changelog.md index 180e6ce..884d241 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,6 +14,11 @@ unlisted: true --> +## v1.1.6 (2025-02-01) + +- join floof company webring +- add cyrneko badge + ## v1.1.5 (2025-01-24) - minor changes diff --git a/docs/index.md b/docs/index.md index 1fc4677..a07b1ca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -75,6 +75,11 @@ If you like my posts, please consider supporting me on [Liberapay](https://liber Take a look at the whole [changelog](./changelog.md)! +### v1.1.6 (2025-02-01) + +- join floof company webring +- add cyrneko badge + ### v1.1.5 (2025-01-24) - minor changes @@ -84,9 +89,3 @@ Take a look at the whole [changelog](./changelog.md)! - add xaselgio badge - get the nix deriv working - change website root - -### v1.1.3 (2024-08-24) - -- fix bug in header -- add freeplay badge -- new bio diff --git a/haml/main.haml b/haml/main.haml index bf6a49f..a39cee1 100644 --- a/haml/main.haml +++ b/haml/main.haml @@ -128,6 +128,8 @@ %img(src="/images/badges/free.png" alt="freeplay badge" loading="lazy") %a.badge(href="https://xaselgio.net") %img(src="/images/badges/xaselgio.png" alt="xaselgio badge" loading="lazy") + %a.badge(href="https://cyrneko.eu") + %img(src="/images/badges/cyrneko.png" alt="cyrneko badge" loading="lazy") %br misc diff --git a/package-lock.json b/package-lock.json index 5a223b7..93a79d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tasiaiso.vulpecula.zone", - "version": "1.1.4", + "version": "1.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tasiaiso.vulpecula.zone", - "version": "1.1.4", + "version": "1.1.6", "license": "GPL-3.0-only", "devDependencies": { "markdownlint-cli": "0.40.0", diff --git a/package.json b/package.json index 146677f..c06e0cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasiaiso.vulpecula.zone", "description": "My personal website", - "version": "1.1.4", + "version": "1.1.6", "author": "tasiaiso", "license": "GPL-3.0-only", "devDependencies": { diff --git a/theme/images/badges/credits.txt b/theme/images/badges/credits.txt index 583ffa4..4c59bb0 100644 --- a/theme/images/badges/credits.txt +++ b/theme/images/badges/credits.txt @@ -50,4 +50,6 @@ "Soatok" https://soatok.blog soatok.webp original "Soatok" https://soatok.blog soatok.png converted -"Soblow Xaselgio" https://xaselgio.net xaselgio.png original \ No newline at end of file +"Soblow Xaselgio" https://xaselgio.net xaselgio.png original + +"Void Atsunaka" https://kyropy.neocities.org cyrneko.png original diff --git a/theme/images/badges/cyrneko.png b/theme/images/badges/cyrneko.png new file mode 100644 index 0000000..e455b7a Binary files /dev/null and b/theme/images/badges/cyrneko.png differ