diff --git a/flake.lock b/flake.lock index 6ade029..58ddf1a 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1733312601, - "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", + "lastModified": 1763759067, + "narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", + "rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1734424634, - "narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=", + "lastModified": 1764517877, + "narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33", + "rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c", "type": "github" }, "original": { @@ -36,14 +36,17 @@ }, "nixpkgs-lib": { "locked": { - "lastModified": 1733096140, - "narHash": "sha256-1qRH7uAUsyQI7R1Uwl4T+XvdNv778H0Nb5njNrqvylY=", - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" + "lastModified": 1761765539, + "narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "719359f4562934ae99f5443f20aa06c2ffff91fc", + "type": "github" }, "original": { - "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz" + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index 6705ad6..1211641 100644 --- a/flake.nix +++ b/flake.nix @@ -25,10 +25,12 @@ build = pkgs.writeShellScriptBin "build" '' pandoc -t revealjs \ + -V revealjs-url=https://unpkg.com/reveal.js \ --from markdown+yaml_metadata_block+link_attributes \ -H src/header.html \ -o public/index.html \ -s \ + --slide-level 2 \ src/index.md ''; serve = pkgs.writeShellScriptBin "serve" @@ -44,7 +46,7 @@ shellHook = '' echo 1>&2 "Welcome to the development shell!" ''; - name = "glossary-devshell"; + name = "devshell"; packages = [ pkgs.pandoc pkgs.caddy diff --git a/public/assets/does-it-scale.jpg b/public/assets/does-it-scale.jpg new file mode 100644 index 0000000..f49af79 Binary files /dev/null and b/public/assets/does-it-scale.jpg differ diff --git a/public/assets/logo.png b/public/assets/logo.png index 89b950c..835b0fb 100644 Binary files a/public/assets/logo.png and b/public/assets/logo.png differ diff --git a/public/index.html b/public/index.html index 68a722e..8bb6e9f 100644 --- a/public/index.html +++ b/public/index.html @@ -3,12 +3,12 @@ - Cardano Lightning + Konduit.channel - - + + - + + + + +$endif$ + +$if(theme)$ + +$endif$ + +$if(theme-dark)$ + +$endif$ + + + + + + +$if(css)$ +$for(css)$ + +$endfor$ +$endif$ + + + + + + + + + + +$for(header-includes)$ + $header-includes$ +$endfor$ + + +$for(include-before)$ +$include-before$ +$endfor$ +
+
+ +$if(title)$ +
+

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ +$for(author)$ +

$author$

+$endfor$ +$if(date)$ +

$date$

+$endif$ +
+$endif$ +$if(toc)$ +
+$toc$ +
+$endif$ + +$body$ +
+
+ + + + + +$if(mathjax-url)$ + + +$endif$ + + + +$for(include-after)$ +$include-after$ +$endfor$ + + +