Skip to content

Commit 257b907

Browse files
committed
Remember how to build and serve locally.
1 parent bbf7bca commit 257b907

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
bundle exec jekyll build

serve.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
bundle exec jekyll serve

0 commit comments

Comments
 (0)