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