tangled
alpha
login
or
join now
ladas552.me
/
Blog
0
fork
atom
My Blog, build with Norgolith
blog.ladas552.me
blog
0
fork
atom
overview
issues
pulls
pipelines
new ssh
ladas552.me
6 days ago
d72019a9
48d239bd
verified
This commit was signed with the committer's
known signature
.
ladas552.me
SSH Key Fingerprint:
SHA256:0redZTrFxpDNqzo1nB3+1r0tUTqjJNLsKTW6QpfrRi0=
+6
-6
3 changed files
expand all
collapse all
unified
split
flake.lock
flake.nix
theme
templates
partials
footer.html
+4
-4
flake.lock
···
2
2
"nodes": {
3
3
"nixpkgs": {
4
4
"locked": {
5
5
-
"lastModified": 1770197578,
6
6
-
"narHash": "sha256-8JyM5HqkRXBXMnsIooEW0/hOoKrelRdj61VbGBV8tX4=",
7
7
-
"rev": "00c21e4c93d963c50d4c0c89bfa84ed6e0694df2",
5
5
+
"lastModified": 1772624091,
6
6
+
"narHash": "sha256-kx4m0PT8acdAYUXesEkNtGJaZbarQn/C//NNbV4weX8=",
7
7
+
"rev": "80bdc1e5ce51f56b19791b52b2901187931f5353",
8
8
"type": "tarball",
9
9
-
"url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre940249.00c21e4c93d9/nixexprs.tar.xz?lastModified=1770197578&rev=00c21e4c93d963c50d4c0c89bfa84ed6e0694df2"
9
9
+
"url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre958232.80bdc1e5ce51/nixexprs.tar.xz?lastModified=1772624091&rev=80bdc1e5ce51f56b19791b52b2901187931f5353"
10
10
},
11
11
"original": {
12
12
"type": "tarball",
+1
-1
flake.nix
···
31
31
(pk "new" "lith new -k norg posts/$1")
32
32
(pk "edit" "nvim ./content/posts")
33
33
(pk "update" "nix flake update")
34
34
-
(pk "deploy" "lith build && scp -r public/* ladas552@nix.ladas552.me:/var/www/blog")
34
34
+
(pk "deploy" "lith build && scp -r public/* ladas552@nixwool.taila7a93b.ts.net:/var/www/blog")
35
35
];
36
36
};
37
37
};
+1
-1
theme/templates/partials/footer.html
···
1
1
<div class="segment mode"><a href="{{config.rootUrl}}">NORMAL</a></div>
2
2
3
3
-
<div class="segment branch"><a href="https://tangled.org/ladas552.me/Blog"><i class="nf nf-md-source_branch"></i> master </a></div>
3
3
+
<div class="segment branch"><a href="https://tangled.org/ladas552.me/Blog"><i class="nf nf-md-source_branch"></i> main </a></div>
4
4
5
5
6
6
<div class="segment filename"><a href="#top"><i class="nf nf-dev-norg"></i> {{metadata.title}}.norg</a></div>