Skip to content

wl-chen/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.

About

TKEStack website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.8%
  • SCSS 4.2%
  • Dockerfile 3.0%