1.1.4
This commit is contained in:
parent
faed0287bb
commit
0136ac4cc4
6
Makefile
6
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
10
default.nix
10
default.nix
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
|
@ -4,6 +4,6 @@ unlisted: true
|
||||||
|
|
||||||
# portfolio
|
# portfolio
|
||||||
|
|
||||||
## tilde - this website
|
## vulpecula.zone - this website
|
||||||
|
|
||||||
## Other private projects
|
## Other private projects
|
||||||
|
|
|
@ -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
8
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue