Site updated at 2017-02-18 09:13:33 UTC

This commit is contained in:
Travis CI 2017-02-18 09:13:33 +00:00
parent 2498bbf88b
commit b2f8e4aedf
23 changed files with 42 additions and 36 deletions

View file

@ -121,6 +121,12 @@
<p class="note">
It could be necessary that you run <code class="highlighter-rouge">rake generate</code> prior to <code class="highlighter-rouge">rake preview</code> for the very first preview.
</p>
<p class="note">
Site generated by <code class="highlighter-rouge">rake</code> is only available locally. If you are developing on a headless machine use port forwarding:
<code class="highlighter-rouge">bash
ssh -L 4000:localhost:4000 use_on_headless_machine@ip_of_headless_machine
</code>
</p>
<h3><a class="title-link" name="create-a-page" href="#create-a-page"></a> Create a page</h3>