mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Run jekyll serve and then launch the site
|
|
|
|
bundle exec jekyll s -H 0.0.0.0 -l
|