Skip to content

getting-things-gnome/getting-things-gnome.github.io

Repository files navigation

Website for GTG

Proof of concept. Ported over from the now-defunct GNOME wiki.

Running locally

While in the main directory in a new terminal session, run:

docker run --rm -it -v $(pwd):/app -p 4000:4000 ruby:3.3.5 bash

Then inside that subshell, run:

cd app
bundle install
jekyll serve -H 0.0.0.0 --incremental

Open localhost:4000/gtg and the website should appear.

About

The GTG website, intended for the general public

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published