Skip to content

tkestack/web

Repository files navigation

TKEStack website

The TKEStack site, built using Hugo and Docsy theme.

Running the website locally in container

You can run this website inside a Docker container. This approach doesn't require you to install any dependencies other than Docker Desktop on Windows and Mac, and Docker Compose on Linux.

  1. Clone this repo:

    git clone --recurse-submodules --depth 1 https://github.com/tkestack/web.git
  2. Build the docker image and run

    docker-compose up --build
  3. Verify that the service is working.

    Open your web browser and type http://localhost:1313

Cleanup

To stop Docker Compose, on your terminal window, press Ctrl + C.

To remove the produced images run:

docker-compose rm

For more information see the Docker Compose documentation.

Contributing Guide

Please check Adding docs and blog posts and our first post PR.