https://github.com/acceleratehs/acceleratehs.github.io
Accelerate Website
https://github.com/acceleratehs/acceleratehs.github.io
Last synced: 3 months ago
JSON representation
Accelerate Website
- Host: GitHub
- URL: https://github.com/acceleratehs/acceleratehs.github.io
- Owner: AccelerateHS
- Created: 2015-10-11T01:48:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T02:51:32.000Z (almost 9 years ago)
- Last Synced: 2025-02-25T03:31:12.269Z (over 1 year ago)
- Language: HTML
- Homepage: https://www.acceleratehs.org
- Size: 7.82 MB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Accelerate website
==================
[acceleratehs.github.io](https://acceleratehs.github.io)
## Instructions
1. Install [pandoc](http://pandoc.org)
1. For the main page content, edit the markdown files in directory `md/`
1. 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.