MatterLinux website
Go to file
2024-03-24 03:14:16 +03:00
lib css cleanup, added downloads page 2024-01-18 20:01:30 +03:00
public update: Make blue color brighter 2024-03-24 03:14:16 +03:00
routes new: Add interactive bar script 2024-03-21 20:10:38 +03:00
templates new: Add interactive bar script 2024-03-21 20:10:38 +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 update: remove fiber's log module 2024-03-19 23:16:26 +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 update: remove fiber's log module 2024-03-19 23:16:26 +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.