Skip to content
Snippets Groups Projects
Unverified Commit 75ba9366 authored by Frank Taillandier's avatar Frank Taillandier
Browse files

Docs: Build for production

parent cdb03108
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,6 +21,13 @@ jekyll build --watch
# watched for changes, and regenerated automatically.
```
 
Default URL is set to `http://localhost:4000` in development environment. {% include docs_version_badge.html version="3.3.0" %}
If you want to build for your production environment:
- Set your production URL in `_config.yml` e.g. `url: https://example.com`.
- Run `JEKYLL_ENV=production bundle exec jekyll build`.
<div class="note info">
<h5>Changes to <code>_config.yml</code> are not included during automatic regeneration.</h5>
<p>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment