We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9973480 commit e22f565Copy full SHA for e22f565
2 files changed
_config.yml
@@ -2,3 +2,16 @@ permalink: :title.html
2
lsi: false
3
highlighter: rouge
4
markdown: kramdown
5
+
6
+exclude:
7
+ - Gemfile
8
+ - Gemfile.lock
9
+ - startserver.sh
10
+ - startserver.bat
11
+ - startsass.sh
12
+ - startsass.bat
13
+ - CLAUDE.md
14
+ - README
15
+ - .envrc
16
+ - .jekyll-cache
17
+ - vendor
startserver.sh
@@ -1,3 +1,4 @@
1
#!/bin/sh
echo Visit http://localhost:4000 in your browser to see the blog
-jekyll serve --watch --incremental --future $@
+export PATH="/opt/homebrew/Cellar/ruby/3.4.8/bin:$PATH"
+bundle exec jekyll serve --livereload --incremental --future "$@"
0 commit comments