MatterLinux website
Go to file
2024-05-06 22:48:49 +03:00
lib new: add config hub 2024-05-05 21:22:45 +03:00
public new: add config hub 2024-05-05 21:22:45 +03:00
routes new: add config redirect 2024-05-05 22:16:02 +03:00
templates fix: correct broken download links 2024-05-06 22:48:49 +03:00
.gitignore Adding compose file 2024-01-17 15:22:46 +03:00
compose.yml Fixing compose service name 2024-01-17 15:25:29 +03:00
Dockerfile Fixing dockerfile 2024-01-06 23:28:56 +03:00
go.mod new: add config hub 2024-05-05 21:22:45 +03:00
go.sum new: add config hub 2024-05-05 21:22:45 +03:00
LICENSE.txt first commit 2023-12-09 19:25:38 +03:00
main.go new: add config redirect 2024-05-05 22:16:02 +03:00
README.md Adding compose file 2024-01-17 15:22:46 +03:00

website | MatterLinux Website

Soruce code of Matterlinux's offical website, which is located at matterlinux.xyz

Deployment

Web server can be built and deployed with docker:

docker build --tag matterwebsite .
docker-compose up -d

Managing Content

Website content can be managed by editing JSON and markdown files under the content direcotry.

Matterlinux's website content directory can be found in the content repository.