w3c / ws-homepage-template

1 stars 5 forks source link

Template for W3C Workshop home pages

(This template was originally modeled after the Workshop on Web & Virtual Reality, but converted for into jekyll for an easier maintenance.)

Using the template

The template is meant to be cloned for a new Workshop and used to set up as the Workshop's home page through the suitable modification of the content. Here are some notes on modifying the content:

You can look at this template, served as HTML after jekyll has done its job at the corresponding github.io page: https://w3c.github.io/ws-homepage-template/index.html.

Testing locally

The repository content (or a clone thereof) can be tested locally by running jekyll locally (see jekyll's start docu). Note that running jekyll locally requires the presence of the Gemfile and Gemfile.lock files which are generated when initializing a local jekyll site. Because these files are usually put on the .gitignore (or ~/.gitignore_global) files (ie, they are ignored by git), a "template" versions of these files have been put on the repository if you want to bypass the "official" installation steps.


Ivan Herman, ivan@w3.org