Git Product home page Git Product logo

crykn.github.io's Introduction

gdx-showcase

This repo is a community effort to try to bring the libGDX site up to date and make it representative of what libGDX is capable of. The deployed page can be found here.

Contributing

If you want to collaborate, you first need to clone this repo.

How do gh-pages work?

This page is a Jekyll blog, hosted via GitHub Pages. All pages and posts need to have a YAML frontmatter, for example this one:

---
permalink: /best_url_path_4_ever/
title: "Super Nice Page Title"
---

After this frontmatter, everything can be written in markdown. Github offers a very concise explanation on how one can add posts and pages: https://docs.github.com/en/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll

The minimal mistakes theme, that is used here, also supports some nice features (galleries, header images, tables of content), which are detailed here: https://mmistakes.github.io/minimal-mistakes/docs/quick-sb

Deploy locally

To test your changes locally, you can deploy jekyll on your machine:

  1. Install a full Ruby development environment.
  2. Install Jekyll and bundler gems:
gem install jekyll bundler
  1. In your working directory, install the other dependencies of the gemfile:
bundle install
  1. Run Jekyll locally:
$ bundle exec jekyll serve
> Configuration file: /Users/octocat/my-site/_config.yml
>            Source: /Users/octocat/my-site
>       Destination: /Users/octocat/my-site/_site
> Incremental build: disabled. Enable with --incremental
>      Generating...
>                    done in 0.309 seconds.
> Auto-regeneration: enabled for '/Users/octocat/my-site'
> Configuration file: /Users/octocat/my-site/_config.yml
>    Server address: http://127.0.0.1:4000/
>  Server running... press ctrl-c to stop.
  1. Preview your local site at: http://localhost:4000

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.