From 451ca6a5cd2e9d67c13377b5649493a6279f57d4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 12 Mar 2024 22:29:11 +0100 Subject: Changed code highlighing theme to abap --- config.yaml | 2 +- shell.nix | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 shell.nix diff --git a/config.yaml b/config.yaml index 576a6c2..db3ca37 100755 --- a/config.yaml +++ b/config.yaml @@ -5,7 +5,7 @@ language: "en-us" # Code highlighting. # https://swapoff.org/chroma/playground/ -highlighting: "vs" +highlighting: abap # Minifies output HTML (including inline CSS, JS). minify: true diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..a40e49c --- /dev/null +++ b/shell.nix @@ -0,0 +1,7 @@ +{ pkgs ? import {} }: + pkgs.mkShell { + nativeBuildInputs = with pkgs.buildPackages; [ + gnumake + helix + ]; +} -- cgit v1.2.3