8000 GitHub - samjewell/website: Source repo for the PromCon website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

samjewell/website

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 38.5%
  • Ruby 23.2%
  • Perl 12.1%
  • HTML 12.0%
  • CSS 11.0%
  • JavaScript 1.3%
  • Other 1.9%
0