</code></pre></div></div><p>It might be necessary to specify installation destination for your Gems:</p><divclass="language-plaintext highlighter-rouge"><divclass="highlight"><preclass="highlight"><code>export GEM_HOME="$HOME/.gems"
export PATH="$HOME/gems/bin:$PATH"
</code></pre></div></div><p>For instructions on other systems use <ahref="https://jekyllrb.com/docs/installation/">these docs</a>.</p><p>Then you can install other Gems like the <codeclass="language-plaintext highlighter-rouge">just-the-docs</code> theme:</p><divclass="language-plaintext highlighter-rouge"><divclass="highlight"><preclass="highlight"><code>bundle install
</code></pre></div></div><h1id="building"><ahref="#building"class="anchor-heading"aria-labelledby="building"><svgviewBox="0 0 16 16"aria-hidden="true"><usexlink:href="#svg-link"></use></svg></a> Building </h1><p>To simply build the site use:</p><divclass="language-plaintext highlighter-rouge"><divclass="highlight"><preclass="highlight"><code>bundle exec jekyll build --config _config_local.yml
</code></pre></div></div><p>This will generate the site files and put them under <codeclass="language-plaintext highlighter-rouge">_site</code>.</p><p>But if you want Jekyll to continuously build and also serve the site use:</p><divclass="language-plaintext highlighter-rouge"><divclass="highlight"><preclass="highlight"><code>bundle exec jekyll serve --config _config_local.yml --incremental
</code></pre></div></div><p>This should make it available under http://127.0.0.1:4000/.</p></div></div><divclass="search-overlay"></div></div></body></html>