File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,19 @@ Quoted from https://jekyllrb.com/docs/
4343
4444## Jekyll setup
4545
46- Use [ this guide] ( https://jekyllrb.com/docs/installation/ ) to setup Jekyll for your operating system.
46+ If you're familiar with Ruby gems, run the following:
47+ ` gem install bundle `
48+ ` gem install jekyll `
49+
50+ If this is your first time using Ruby or gems, use [ this guide] ( https://jekyllrb.com/docs/installation/ ) to setup Jekyll for your operating system.
4751
4852## Building the site
4953
50- Open a command line in the root directory of the repository
54+ Open a command line in the root directory of the repository.
55+
56+ If this is the first time you have built the site, make sure you have run ` bundle pack ` before attempting to build the site using jekyll.
5157
52- Run ` bundle exec jekyll build ` to build the site, this will produce a ` _site ` folder with the required content
58+ Otherwise, run ` bundle exec jekyll build ` to build the site, this will produce a ` _site ` folder with the required content.
5359
5460> :Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
5561
You can’t perform that action at this time.
0 commit comments