Huy Nguyen 393ca818b0 Update Jekyll to 3.6.3 (#1165)
Seeing a warning from GitHub that suggests to update Jekyll because of this vulnerability:

> Jekyll through 3.6.2, 3.7.x through 3.7.3, and 3.8.x through 3.8.3 allows attackers to access arbitrary files by specifying a symlink in the "include" key in the "_config.yml" file.

[CVE-2018-17567](https://nvd.nist.gov/vuln/detail/CVE-2018-17567)
2018-10-16 10:04:58 -07:00
..
2018-08-30 22:04:23 -07:00
2017-04-28 15:23:13 -07:00
2017-04-14 09:37:38 -07:00
2017-04-27 13:42:40 -07:00
2017-04-28 15:23:13 -07:00
2017-04-14 09:37:38 -07:00
2017-04-14 09:37:38 -07:00
2018-10-16 10:04:58 -07:00

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/