You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Repository for [tupleblog](http://tupleblog.github.io) (in Thai) based on [Jekyl
6
6
7
7
`tpb` script is now live! `tpb.sh` will help you install and serve the site easily. All you need to have is Ruby version >= `2.5.3`.
8
8
9
-
Here is how the script help looks like:
9
+
Here is how the script looks like:
10
10
11
11
```sh
12
12
$ ./tpb.sh
@@ -17,7 +17,7 @@ Usage: ./tpb.sh [-i] [-d]
17
17
-d, --debug serve jekyll locally using bundler.
18
18
```
19
19
20
-
If you have already installed Ruby, you can go ahead with the command `./tpb.sh -i`. This will install `bundler` if it is not installed yet and then run `bundle install` for you. Another command is `./tpb.sh -d`or debug. This command starts with commenting specified `url` in the `_config.yml` of the project then serving Jekyll with `JEKYLL_ENV=production` prefix. It also uncomment the line for you when you stop the server by hitting `ctrl`+`c`.
20
+
If you have already installed Ruby, you can go ahead with the command `./tpb.sh -i`. This will install `bundler` if it is not installed yet and then run `bundle install` for you. Another command is `./tpb.sh -d`for debugging locally. This command starts with commenting specified `url` in the `_config.yml` of the project then serving Jekyll with `JEKYLL_ENV=production` prefix. It also uncomments the line for you when you stop the server by hitting `ctrl`+`c`.
0 commit comments