diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-12 22:29:11 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-12 22:29:11 +0100 |
| commit | 451ca6a5cd2e9d67c13377b5649493a6279f57d4 (patch) | |
| tree | 01bdeda1459acf7fb701012e211b5140c8f1c1ca | |
| parent | a944fa1df9aaa4d2a830c3d5b7731248fba46bba (diff) | |
| download | mitjafelicijan.com-451ca6a5cd2e9d67c13377b5649493a6279f57d4.tar.gz | |
Changed code highlighing theme to abap
| -rwxr-xr-x | config.yaml | 2 | ||||
| -rw-r--r-- | shell.nix | 7 |
2 files changed, 8 insertions, 1 deletions
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" | |||
| 5 | 5 | ||
| 6 | # Code highlighting. | 6 | # Code highlighting. |
| 7 | # https://swapoff.org/chroma/playground/ | 7 | # https://swapoff.org/chroma/playground/ |
| 8 | highlighting: "vs" | 8 | highlighting: abap |
| 9 | 9 | ||
| 10 | # Minifies output HTML (including inline CSS, JS). | 10 | # Minifies output HTML (including inline CSS, JS). |
| 11 | minify: true | 11 | 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 @@ | |||
| 1 | { pkgs ? import <nixpkgs> {} }: | ||
| 2 | pkgs.mkShell { | ||
| 3 | nativeBuildInputs = with pkgs.buildPackages; [ | ||
| 4 | gnumake | ||
| 5 | helix | ||
| 6 | ]; | ||
| 7 | } | ||
