Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 865 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 865 Bytes

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.