ty4z2008 / open-falcon-test.github.io

open-falcon homepage

Home Page:http://open-falcon-test.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/ or other port by

bundle exec nanoc view -p 80

License

Apache License 2.0, see LICENSE.

About

open-falcon homepage

http://open-falcon-test.github.io

License:Apache License 2.0


Languages

Language:CSS 65.9%Language:HTML 25.1%Language:JavaScript 4.8%Language:Ruby 3.8%Language:Makefile 0.4%