Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 640 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 640 Bytes

Goost Website

This repository contains the source code for official Goost website.

Development

As of now, the website uses Jekyll static site generator hosted by GitHub.

Proceed to GitHub documentation on how to test GitHub Pages site locally with Jekyll.

WSL caveats

If you develop on Windows using WSL, make sure to run server with bundle exec jekyll serve --force_polling --livereload if you'd like to have a smoother experience developing the site on each change.