Skip to content

Live examples

Four sites built by the technology, each with its repository. Two of them are the templates every new site starts from — deployed untouched, so you can see what you get before changing a line.

SiteWhat it showsRepository
template-www.pages.gitt.oneThe landing-page template as it comes: a home page of four sections and a contact page. Every tag in it is taken apart on Landing pagespages/template-www
template-docs.pages.gitt.oneThe knowledge-base template as it comes: a front page and one section with two pages — sidebar, search, “on this page”, previous/next. Taken apart on Knowledge basespages/template-docs
pages.gitt.oneA full landing page: hero with a photo, logos, feature grids, a checklist, steps, code samples, stats, a portfolio pulled from an API, a contact form — and the component collection with every section the engine haspages/www
docs.pages.gitt.one — this siteA knowledge base of about twenty pages in four sections, with images, tables and code; sidebar order set with sidebar.orderpages/docs

The templates are the reference: when this documentation says “the template does X”, the live site is where to look, and the repository is where to copy from. Both are rebuilt on every engine release like any other site, so they always show the current engine.

Open both repositories side by side: the Dockerfile, .gitlab-ci.yml and docker-compose.yml differ only in the builder image name and in the compose file passing the password variable. Everything else is content. That is the whole point — see What is in the repository.