This commit is contained in:
Tasia Iso 2024-10-03 21:34:03 +02:00
parent faed0287bb
commit 0136ac4cc4
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
8 changed files with 23 additions and 39 deletions

View file

@ -53,9 +53,9 @@ format-code:
format-markdown: format-markdown:
npx markdownlint-cli 'docs/**/*.md' -f npx markdownlint-cli 'docs/**/*.md' -f
# Upload the website to tilde.club # Upload the website to tilde
upload: clean build # upload: clean build
scp -r site/** tasiaiso@tilde.club:/home/tasiaiso/public_html # scp -r site/** tasiaiso@tilde.club:/home/tasiaiso/public_html
purge: clean format build purge: clean format build

View file

@ -4,15 +4,15 @@
deps, deps,
}: }:
pkgs.stdenv.mkDerivation rec { pkgs.stdenv.mkDerivation rec {
pname = "tilde"; pname = "tasiaiso.vulpecula.zone";
version = "1.1.3"; version = "1.1.3";
src = pkgs.fetchFromGitea { src = pkgs.fetchFromGitea {
domain = "gitea.com"; domain = "git.vulpecula.zone";
owner = "tasiaiso"; owner = "tasiaiso";
repo = "tilde"; repo = "tasiaiso.vulpecula.zone";
rev = "4f8edb0520f32a6c5cbf84229e3a342859748021"; rev = "faed0287bbbb2914bbd54ef835caa17469dec469";
hash = "sha256-9vNzhIrWwyCcq+VR5FUJl44A1WG8x/QIWN6BkugWfdc="; hash = "sha256-j+7pLGrjMIAuCvuyoS9aNESmXpwHniZV0mr0wAsZJfM=;
}; };
nativeBuildInputs = deps; nativeBuildInputs = deps;

View file

@ -14,14 +14,12 @@ unlisted: true
--> -->
<!-- - put advertisement behind a `details` block --> <!-- - put advertisement behind a `details` block -->
<!-- ## v1.x.x (2024-08-24) ## v1.1.4 (2024-10-03)
- add xaselgio badge - add xaselgio badge
- get the nix deriv working - get the nix deriv working
- change website root - change website root
-->
## v1.1.3 (2024-08-24) ## v1.1.3 (2024-08-24)
- fix bug in header - fix bug in header

View file

@ -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)! 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) ### v1.1.3 (2024-08-24)
- fix bug in header - fix bug in header
@ -84,23 +90,3 @@ Take a look at the whole [changelog](./changelog.md)!
### v1.1.2 (2024-08-07) ### v1.1.2 (2024-08-07)
- new post: [NixOS: Declarative WiFi connections with agenix and NetworkManager](./posts/nixos-wifi-agenix.md) - 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

View file

@ -4,6 +4,6 @@ unlisted: true
# portfolio # portfolio
## tilde - this website ## vulpecula.zone - this website
## Other private projects ## Other private projects

View file

@ -33,7 +33,7 @@
# Nix formatter, run using `$ nix fmt` # Nix formatter, run using `$ nix fmt`
formatter = pkgs.alejandra; formatter = pkgs.alejandra;
# Exports the tildefriends package # Exports the package
# Build with `$ nix build` # Build with `$ nix build`
packages.default = pkgs.callPackage ./default.nix {inherit deps;}; packages.default = pkgs.callPackage ./default.nix {inherit deps;};

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "tilde", "name": "tasiaiso.vulpecula.zone",
"version": "1.1.3", "version": "1.1.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "tilde", "name": "tasiaiso.vulpecula.zone",
"version": "1.1.3", "version": "1.1.4",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"devDependencies": { "devDependencies": {
"markdownlint-cli": "0.40.0", "markdownlint-cli": "0.40.0",

View file

@ -1,7 +1,7 @@
{ {
"name": "tilde", "name": "tasiaiso.vulpecula.zone",
"description": "My personal website", "description": "My personal website",
"version": "1.1.3", "version": "1.1.4",
"author": "tasiaiso", "author": "tasiaiso",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"devDependencies": { "devDependencies": {