MatterLinux website
Go to file
2023-12-09 19:25:38 +03:00
public first commit 2023-12-09 19:25:38 +03:00
routes first commit 2023-12-09 19:25:38 +03:00
templates first commit 2023-12-09 19:25:38 +03:00
.gitignore first commit 2023-12-09 19:25:38 +03:00
Dockerfile first commit 2023-12-09 19:25:38 +03:00
go.mod first commit 2023-12-09 19:25:38 +03:00
go.sum first commit 2023-12-09 19:25:38 +03:00
LICENSE.txt first commit 2023-12-09 19:25:38 +03:00
main.go first commit 2023-12-09 19:25:38 +03:00
README.md first commit 2023-12-09 19:25:38 +03:00

website | Matterlinux Website

Soruce code of Matterlinux's offical website, which is hosted at matterlinux.xzy

Deployment

Website can be built and deployed with docker:

docker build --tag matterwebsite .
docker run -d --name matterweb              \
           -p 127.0.0.1:9878:9878           \
           -v $PWD/web-content:/app/content \
           matterwebsite