Skip to content

Commit bb6b13b

Browse files
Matthieu Coudronteto
authored andcommitted
fix: Add missing screenshot
1 parent cbbeeaf commit bb6b13b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

images/showcase/nvim-qt.png

205 KB
Loading

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ pkgs.mkShell {
1818
shellHook = ''
1919
echo "bundle install --path .bundle"
2020
echo "bundle exec jekyll build --verbose"
21+
echo "bundle exec jekyll serve --watch"
2122
'';
2223
}

0 commit comments

Comments
 (0)