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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ Source code for Bangalore Python User Group Blog. Read blog at https://bangalor
6
6
7
7
Follow [Testing your GitHub Pages site locally with Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll)
8
8
9
+
## Run:
10
+
11
+
```sh
12
+
bundle exec jekyll serve
13
+
```
14
+
15
+
You can use `--livereload` to keep auto-updating changes.
0 commit comments