Skip to content

triplea-game/triplea-game.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

977 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TripleA Website

This repository hosts the markdown source code for the triplea website: https://triplea-game.github.io

Updates to this repository (master branch) will update the website in close to real time.

The TripleA site runs on Jekyll and GitHub Pages.

Pages are written in markdown.

How-To-Contribute

We may hesitate to accept pull requests without prior discussion, but it is very easy to start a discussion thread first so that we can help you fit your idea into the project.

If there is no response from the discussion thread, try posting in the forums

Write permissions are granted to those who have a small track record of solid updates and who would like to do more than just a few changes here and there.

Merge Policy

For those with write privileges, merge policy is - "Ship, show, ask": https://martinfowler.com/articles/ship-show-ask.html

Making Website Change

You can edit any page individually by navigating to the page in github and using the github 'pencil icon': https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github/

For more involved changes, you'll want to preview those changes locally before creating a pull request. The TripleA website is run on Jekyll, hosted by Github Pages. Jekyll is an engine that serves markdown (md) files as HTML, once running it'll compile and host the website on your local computer (usually at http://localhost:4000).

For more detailed information, see:

Local Dev Setup

git clone https://github.com/triplea-game/triplea-game.github.io.git
cd triplea-game.github.io/

make install-jekyll   # installs Ruby, Bundler, and all gems pinned in Gemfile.lock (Ubuntu/Debian)
make setup            # installs pre-commit and registers the git push hook
make serve            # starts the site at http://localhost:4000

The server reloads automatically when you save changes. Preview your edits in a browser at localhost:4000.

Write content in Markdown with YAML front matter like the other pages.

Run make with no arguments to see all available commands.

Submitting a pull request

After verifying changes locally, follow these steps to prepare a pull request: https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request

About

TripleA Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors