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
I think I've got things running smoothly and fixed some major bugs, but feel free to file issues or make pull requests if you want to improve the generic template / theme.
I think I've got things running smoothly and fixed some major bugs, but feel free to file issues or make pull requests if you want to improve the generic template / theme.
6
9
7
10
# Instructions
8
11
@@ -20,9 +23,8 @@ See more info at https://academicpages.github.io/
20
23
21
24
1. Clone the repository and made updates as detailed above
22
25
1. Make sure you have ruby-dev, bundler, and nodejs installed: `sudo apt install ruby-dev ruby-bundler nodejs`
23
-
1. Run `bundle clean` to clean up the directory (no need to run `--force`)
24
26
1. Run `bundle install` to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.
25
-
1. Run `bundle exec jekyll liveserve` to generate the HTML and serve it from `localhost:4000` the local server will automatically rebuild and refresh the pages on change.
27
+
1. Run `jekyll serve -l` to generate the HTML and serve it from `localhost:4000` the local server will automatically rebuild and refresh the pages on change.
0 commit comments