The TKEStack site, built using Hugo and Docsy theme.
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.
-
Clone this repo:
git clone --recurse-submodules --depth 1 https://github.com/tkestack/web.git
-
Build the docker image and run
docker-compose up --build
-
Verify that the service is working.
Open your web browser and type
http://localhost:1313
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.
Please check Adding docs and blog posts and our first post PR.