NOTE: THIS WEBPAGE IS NO LONGER LIVE, and this repository is deprecated.
Webpage sources for gcos.ai, the Webpage of GC.OS.
Used by members of GC.OS and supported open source projects primarily, but generally sensible contributions are appreciated.
To develop locally:
-
ensure Ruby and
bundlerpackage manager are installed.- to install Ruby, see the official Ruby install guide
- to install
bundler, typegem install bundleron a command line after Ruby is installed
-
install the required dependencies by executing
bundle installfrom a console, in the repository root.
To view the local webpage build, type
bundle exec jekyll serve
from a console, in the repository root.
The webpage can be viewed in any browser at http://localhost:4000,
and will change with any edits to (non-core) project files, such as html, css, md.