Skip to content

Files

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 5, 2023
Apr 5, 2023
Nov 20, 2018
Jul 29, 2019
Apr 27, 2017
Apr 14, 2017
Apr 5, 2023
Jun 27, 2019
Apr 28, 2017
Apr 14, 2017
Apr 14, 2017
Apr 14, 2017
Mar 22, 2019
Apr 14, 2017
Apr 14, 2017
Apr 14, 2017
Apr 14, 2017
Mar 25, 2021
Feb 1, 2021

Texture Documentation

We use Jekyll to build the site using Markdown and host it on Github Pages.

Dependencies

Github Pages uses Jekyll to host a site and Jekyll has the following dependencies.

Mac OS X comes pre-installed with Ruby, but you may need to update RubyGems (via gem update --system). Once you have RubyGems, use it to install bundler.

$ gem install bundler
$ cd gh-pages # Go to folder
$ bundle install # Might need sudo.

Run Jekyll Locally

Use Jekyll to serve the website locally (by default, at http://localhost:4000):

$ bundle exec jekyll serve [--incremental]
$ open http://localhost:4000/

For more, see https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/