3 lines
80 B
Bash
3 lines
80 B
Bash
#!/bin/bash
|
|
|
|
JEKYLL_ENV=production jekyll serve --host "127.0.0.1" --baseurl ""
|