Skip to content

AccelerateHS/acceleratehs.github.io

Repository files navigation

Accelerate website

acceleratehs.github.io

Instructions

  1. Install pandoc

  2. For the main page content, edit the markdown files in directory md/

  3. Run make to generate the corresponding .html files.

Viewing locally

Many of the intra-site links are relative to the web server root. This means that the site needs to be accessible directly at http://localhost (127.0.0.1) to be viewable locally.

To set this up, check out the website repo at the DocumentRoot listed at /etc/apache2/httpd.conf (or similar), or edit that config to point to the directory you checked the website repo out to instead.

This means that, for example, the stylesheet is always located at /style.css, which is useful to know with the markdown → html template system we use.