jdonald / hackthefuture.github.com

Hack the Future website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack the Future Website

The source code for the website at hackthefuture.org

Implementation Details

100% Static Content

The current content is completely static although some interactive features are provided by JavaScript and social plugins.

Published with GitHub Pages.

The website is automatically published with each commit to the master branch by GitHub Pages.

DNS resolution

The domain hackthefuture.org is configured to point to the GitHub Pages server. The GitHub Pages server can also be accessed at hackthefuture.github.io but is configured via the CNAME file to redirect to hackthefuture.org

Contribution Guidelines

Unless you’re fixing a typo or an obvious bug it’s best to discuss changes with other contributors before working on them. The best place to discuss changes is on the Hack the Future Volunteers Google Group. (Alternatively you could create a GitHub Issue for the proposed changes.)

The preferred process for making contributions is the following:

  1. Fork this Repo

  2. Use Git to make a clone of your fork

  3. Make and test your changes on your local system

  4. Commit and push your changes to your fork

  5. Submit a pull request

The GitHub Fork a Repo help page has the details of how to do this.

Testing Locally

To test the website or your changes locally, you’ll probably want to use a local HTTP server because the site uses directory links, e.g. /next/ which is resolved to /next/index.html by the GitHub server. Your local server will need to do the same thing.

Using a local HTTP server should also help with some of the social media plugins.

About this README

This README is in AsciiDoctor format. It’s easy to get started using the Syntax Quick Reference. There is built-in support from GitHub, the Asciidoctor.js Live Preview for Chrome, a Firefox Extension and other tools available.

About

Hack the Future website


Languages

Language:Rich Text Format 45.2%Language:HTML 26.1%Language:JavaScript 25.8%Language:CSS 2.9%