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:
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

View file

@ -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;

View file

@ -14,14 +14,12 @@ unlisted: true
-->
<!-- - put advertisement behind a `details` block -->
<!-- ## v1.x.x (2024-08-24)
## 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

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)!
### 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

View file

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

View file

@ -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;};

8
package-lock.json generated
View file

@ -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",

View file

@ -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": {