From 0136ac4cc427b9fad090c9163df5eb9cbb95f697 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Thu, 3 Oct 2024 21:34:03 +0200 Subject: [PATCH] 1.1.4 --- Makefile | 6 +++--- default.nix | 10 +++++----- docs/changelog.md | 4 +--- docs/index.md | 26 ++++++-------------------- docs/portfolio.md | 2 +- flake.nix | 2 +- package-lock.json | 8 ++++---- package.json | 4 ++-- 8 files changed, 23 insertions(+), 39 deletions(-) diff --git a/Makefile b/Makefile index 0b00165..ff4afda 100644 --- a/Makefile +++ b/Makefile @@ -53,9 +53,9 @@ format-code: format-markdown: npx markdownlint-cli 'docs/**/*.md' -f -# Upload the website to tilde.club -upload: clean build - scp -r site/** tasiaiso@tilde.club:/home/tasiaiso/public_html +# Upload the website to tilde +# upload: clean build +# scp -r site/** tasiaiso@tilde.club:/home/tasiaiso/public_html purge: clean format build diff --git a/default.nix b/default.nix index 6e2d5b8..3900e22 100644 --- a/default.nix +++ b/default.nix @@ -4,15 +4,15 @@ deps, }: pkgs.stdenv.mkDerivation rec { - pname = "tilde"; + pname = "tasiaiso.vulpecula.zone"; version = "1.1.3"; src = pkgs.fetchFromGitea { - domain = "gitea.com"; + domain = "git.vulpecula.zone"; owner = "tasiaiso"; - repo = "tilde"; - rev = "4f8edb0520f32a6c5cbf84229e3a342859748021"; - hash = "sha256-9vNzhIrWwyCcq+VR5FUJl44A1WG8x/QIWN6BkugWfdc="; + repo = "tasiaiso.vulpecula.zone"; + rev = "faed0287bbbb2914bbd54ef835caa17469dec469"; + hash = "sha256-j+7pLGrjMIAuCvuyoS9aNESmXpwHniZV0mr0wAsZJfM=; }; nativeBuildInputs = deps; diff --git a/docs/changelog.md b/docs/changelog.md index 9e745d3..c0b4a7e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,14 +14,12 @@ unlisted: true --> - - ## v1.1.3 (2024-08-24) - fix bug in header diff --git a/docs/index.md b/docs/index.md index 3dc6f90..9a42c20 100644 --- a/docs/index.md +++ b/docs/index.md @@ -75,6 +75,12 @@ If you like my posts, please consider supporting me on [Liberapay](https://liber Take a look at the whole [changelog](./changelog.md)! +### v1.1.4 (2024-10-03) + +- add xaselgio badge +- get the nix deriv working +- change website root + ### v1.1.3 (2024-08-24) - fix bug in header @@ -84,23 +90,3 @@ Take a look at the whole [changelog](./changelog.md)! ### v1.1.2 (2024-08-07) - new post: [NixOS: Declarative WiFi connections with agenix and NetworkManager](./posts/nixos-wifi-agenix.md) - -### v1.1.0, v1.1.1 (2024-08-03) - -- new post: [My review of the Piscine at 42](./posts/42-piscine.md) -- bugfix: change the pgp fingerprint to the new one -- citrons.xyz is back up -- unify the ad's style -- make the links' color more accessible -- add a bunch of people's badges - - sammy - - byte - - elke - - rail - - vulpine citrus - - soatok - - probs other stuff too -- add cc-by-nc-sa badge -- add not by ai badge -- join no ai webring -- add [hardware](hardware.md) page diff --git a/docs/portfolio.md b/docs/portfolio.md index 873ec9c..ff3adca 100644 --- a/docs/portfolio.md +++ b/docs/portfolio.md @@ -4,6 +4,6 @@ unlisted: true # portfolio -## tilde - this website +## vulpecula.zone - this website ## Other private projects diff --git a/flake.nix b/flake.nix index 22f2f77..635e27b 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ # Nix formatter, run using `$ nix fmt` formatter = pkgs.alejandra; - # Exports the tildefriends package + # Exports the package # Build with `$ nix build` packages.default = pkgs.callPackage ./default.nix {inherit deps;}; diff --git a/package-lock.json b/package-lock.json index 2362bc9..5a223b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "tilde", - "version": "1.1.3", + "name": "tasiaiso.vulpecula.zone", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "tilde", - "version": "1.1.3", + "name": "tasiaiso.vulpecula.zone", + "version": "1.1.4", "license": "GPL-3.0-only", "devDependencies": { "markdownlint-cli": "0.40.0", diff --git a/package.json b/package.json index 42a599f..146677f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "tilde", + "name": "tasiaiso.vulpecula.zone", "description": "My personal website", - "version": "1.1.3", + "version": "1.1.4", "author": "tasiaiso", "license": "GPL-3.0-only", "devDependencies": {