Compare commits

..

No commits in common. "5567977f2ab317098133c6410d6508cf7ca0324f" and "717dea38bb733218294c2eb798e02df6896d587f" have entirely different histories.

5 changed files with 16 additions and 28 deletions

32
flake.lock generated
View File

@ -56,11 +56,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1722012927, "lastModified": 1720281092,
"narHash": "sha256-Z5II66r78ODdKpkcfulJqEfpLRAjmbvJoc0Y25vTC50=", "narHash": "sha256-U6k2714F3IZijeYjnhTMgv5AtuDv+wqRtfcsN3Nd+8Y=",
"ref": "refs/heads/Development", "ref": "refs/heads/Development",
"rev": "c2d9489b358ca5c5fe015a77262c0bcc6df37356", "rev": "37393e115f651f1570f9af5231bad9e358b1dbe1",
"revCount": 97, "revCount": 90,
"type": "git", "type": "git",
"url": "https://git.orion-technologies.io/blog/blog" "url": "https://git.orion-technologies.io/blog/blog"
}, },
@ -180,11 +180,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1722012991, "lastModified": 1721958965,
"narHash": "sha256-YVmVoRpMHDlWAWcwOc1Nr6mDMMVsR9CdUUkCrMWtR4I=", "narHash": "sha256-or+tlxQk8npXhTVvqVvHlZMXrz0FkfL9/J0pQvCOwkc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "44914c003e0e3287f913621b1ef5cc995af465ef", "rev": "007c4a84ed9f5b939a36a9aa765ad300858ee711",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -428,11 +428,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1721996913, "lastModified": 1721852138,
"narHash": "sha256-eqbhEBObarS6WsI0J1PVACQ8fXeq9OmSS0+iXBegoOI=", "narHash": "sha256-JH8N5uoqoVA6erV4O40VtKKHsnfmhvMGbxMNDLtim5o=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "bc2b96acda50229bc99925dde5c8e561e90b0b00", "rev": "304a011325b7ac7b8c9950333cd215a7aa146b0e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -564,11 +564,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1721949857, "lastModified": 1721821769,
"narHash": "sha256-DID446r8KsmJhbCzx4el8d9SnPiE8qa6+eEQOJ40vR0=", "narHash": "sha256-PhmkdTJs2SfqKzSyDB74rDKp1MH4mGk0pG/+WqrnGEw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a1cc729dcbc31d9b0d11d86dc7436163548a9665", "rev": "d0907b75146a0ccc1ec0d6c3db287ec287588ef6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -596,11 +596,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1721924956, "lastModified": 1721743106,
"narHash": "sha256-Sb1jlyRO+N8jBXEX9Pg9Z1Qb8Bw9QyOgLDNMEpmjZ2M=", "narHash": "sha256-adRZhFpBTnHiK3XIELA3IBaApz70HwCYfv7xNrHjebA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5ad6a14c6bf098e98800b091668718c336effc95", "rev": "dc14ed91132ee3a26255d01d8fd0c1f5bff27b2f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -22,12 +22,6 @@
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
root = inputs.blog.packages.${pkgs.system}.default; root = inputs.blog.packages.${pkgs.system}.default;
locations."/".extraConfig = ''
if ($request_uri ~ ^/(.*)\.html(\?|$)) {
return 302 /$1;
}
try_files $uri $uri.html $uri/ =404;
'';
locations."/".index = "home.html"; locations."/".index = "home.html";
}; };
} }

View File

@ -24,8 +24,3 @@ SCHEDULED: <2024-03-04 Mon> DEADLINE: <2024-03-15 Fri>
* CANCELLED Use native Neovim snippets instead of Luasnip * CANCELLED Use native Neovim snippets instead of Luasnip
SCHEDULED: <2024-05-17 Fri> CLOSED: [2024-07-16 Tue 22:46] SCHEDULED: <2024-05-17 Fri> CLOSED: [2024-07-16 Tue 22:46]
* TODO Extract my ~Z~ custom command to a plugin
SCHEDULED: <2024-07-26 Fri>
See [[./lua/core/cmds.lua]]

View File

@ -325,4 +325,3 @@ stdin
subdirectories subdirectories
preferenced preferenced
reindexed reindexed
vendoring