Skip to content

Previewing

The core feature of the JekyllEx app is the ability to preview your jekyll site on device before pushing it to your version control / deployment platform.

JekyllEx features a feature rich previewer right besides the Editor.

Unless the jekyll server is running, you can’t preview your project. Jekyll can serve your site with a wide range of serve command options.

You can start the server both using the:

  • UI: The ”” button on as well as “Start server” in the ”” dropdown menu.
  • Terminal: a valid jekyll command other than just jekyll serve.

JekyllEx reserves the jekyll serve command to build one that suits your needs. You can customize it under the jekyll section in the settings.

For example,

You can view the full list of default customizations possible in the section on jekyll settings.

Once the server runs, you can open any file and select the “Preview” tab. This will load the localhost server with the port 4000(customizable via settings) that jekyll uses to serve your site by default.

If the Guess destination setting is enabled, JekyllEx tries to determine the output url of a file. This is useful if you wish to directly preview a post / collection doc while editing it!

The UI, terminal and the notification are all linked, so starting and stopping the server from one place or the other doesn’t matter, it reflects everywhere.

For example, you can choose to start it from the UI and stop it from the notification.