Changing content and layout of the start page

Follow these steps to change content and layout of the start page.

Prerequisites

If you want to preview your changes locally:

  1. Ruby environment

  2. Basic knowledge of the static site generator Jekyll

How-to steps

  1. Fork and clone this repository: https://github.com/ahus1/intellij-asciidoc-plugin.ahus1.de

  2. Change content in sub-folder startpage

  3. Test the changes (recommended for every non-trivial change):

    1. Install Jekyll using bundler:

      gem install bundler
      bundler install
    2. Run Jekyll once to create a static website inside the _site folder:

      jekyll serve --source startpage --destination _site
    3. Open start page preview on http://127.0.0.1:4000/

  4. Create a pull-request on GitHub

Once a maintainer approves the pull request your changes will be visible on the plugin’s homepage.