jmichalek132 / website

Source repo for the PromCon website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PromCon Website

This repository contains both the content and the static-site generator code for the PromCon website.

Prerequisites

You need to have a working Ruby environment set up and then install the necessary gems:

cd docs
bundle

Building

To generate the static site, run:

bundle exec nanoc

The resulting static site will be stored in the output directory.

Development Server

To run a local server that displays the generated site, run:

# Rebuild the site whenever relevant files change:
bundle exec guard
# Start the local development server:
bundle exec nanoc view

You should now be able to view the generated site at http://localhost:3000/.

License

Apache License 2.0, see LICENSE.

About

Source repo for the PromCon website

License:Apache License 2.0


Languages

Language:Go 30.7%Language:Ruby 25.4%Language:Perl 14.1%Language:HTML 13.4%Language:CSS 12.7%Language:JavaScript 1.6%Language:Makefile 1.1%Language:Shell 0.8%Language:Dockerfile 0.2%