DivineDominion / website

Home Page:http://gdquest.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDQuest.com

Website banner image

This is the complete source code for GDQuest.com. The website is entirely open-source.

Getting started

The website uses the static site engine hugo.

To test the site locally:

  1. Install hugo extended. On the GitHub releases page of hugo, look for an executable named hugo_extended_.... This version of Hugo includes tools to process pictures and SCSS code.
  2. Clone this repository.
  3. In your terminal, navigate to the repository's folder and run hugo server.

This will build the website locally, watch for any file changes, and make it accessible on an address like localhost:1313.

Contributing

Help is always welcome!

Found a bug, a typo? Feel free to fix it or open a new issue for it. Also check out the existing issues.

Get in touch:

Licenses

The website uses two licenses for its content and its source code, respectively:

  • The website's content, that is to say, anything in the content/ directory, or images in the static/ directory, is available under the CC-By 4.0 license. If you reuse it, please attribute it to "GDQuest and contributors."
  • The website's source code, including the layouts/, the archetypes/, and the _src/ folder are under the MIT license.

For more information, see LICENSE.

About

http://gdquest.com/

License:Other


Languages

Language:HTML 68.1%Language:CSS 18.6%Language:Python 10.0%Language:Shell 3.2%Language:JavaScript 0.2%