.
This commit is contained in:
parent
fa02698d95
commit
6623ee03f6
31 changed files with 45 additions and 32 deletions
|
|
@ -28,5 +28,3 @@ Given that it's a film about the enduring power of passionate undying love this
|
|||
### Verdict
|
||||
|
||||
48 heaving bosoms out of 100
|
||||
|
||||

|
||||
|
|
|
|||
27
flake.lock
generated
Normal file
27
flake.lock
generated
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1767313136,
|
||||
"narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-25.05",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
||||
|
|
@ -7,7 +7,10 @@
|
|||
|
||||
outputs =
|
||||
{ self, nixpkgs }:
|
||||
let
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
in
|
||||
{
|
||||
packages.x86_64-linux.default = nixpkgs.lib.cleanSource (nixpkgs.callPackage ./hub.nix { });
|
||||
packages.x86_64-linux.default = pkgs.callPackage ./hub.nix { };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
16
hub.nix
16
hub.nix
|
|
@ -1,6 +1,16 @@
|
|||
{ fetchurl, hugo, ... }:
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
hugo,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "blog";
|
||||
version = "0.1.0";
|
||||
src = lib.cleanSource ./.;
|
||||
|
||||
buildInputs = [ hugo ];
|
||||
|
||||
hugo.overrideAttrs (old: {
|
||||
buildPhase = ''
|
||||
hugo --minify
|
||||
'';
|
||||
|
|
@ -9,4 +19,4 @@ hugo.overrideAttrs (old: {
|
|||
mkdir -p $out
|
||||
cp -r public/* $out/
|
||||
'';
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ Given that it’s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ Given that it&rsquo;s a film about the enduring power of passionate undying
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&amp;f=1&amp;nofb=1&amp;ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ Given that it’s a film about the enduring power of passionate undying love
|
|||
</ul>
|
||||
<h3 id="verdict">Verdict</h3>
|
||||
<p>48 heaving bosoms out of 100</p>
|
||||
<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fkeithlovesmovies.com%2Fwp-content%2Fuploads%2F2025%2F09%2FBE_OPT3_clean.jpg&f=1&nofb=1&ipt=a17c1ba002ea1418f85d9cc735fdb258b633a98800e16e2fc9f82f0772ec93e7" alt="Grassy fingers in mouth"></p>
|
||||
</article>
|
||||
</main>
|
||||
<footer id="footer">
|
||||
|
|
|
|||
1
result
Symbolic link
1
result
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/nix/store/68a55g2b98jlbf653a1z1d3piqj4wgzb-blog-0.1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue