MatterLinux website
Go to file
2024-01-17 15:06:53 +03:00
lib Adding the wiki route and better styling 2024-01-06 23:20:58 +03:00
public Adding JetBrainsMono italic font for bar and moving fonts to WOFF2 2024-01-15 20:48:13 +03:00
routes Adding the wiki route and better styling 2024-01-06 23:20:58 +03:00
templates Updated source link 2024-01-07 21:19:43 +03:00
.gitignore Added compose file to gitignore 2024-01-14 13:11:16 +03:00
Dockerfile Fixing dockerfile 2024-01-06 23:28:56 +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 updating readme and adding the license note 2024-01-17 15:06:53 +03:00
README.md updating readme and adding the license note 2024-01-17 15:06:53 +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 run -d --name matterweb              \
           -p 127.0.0.1:9878:9878           \
           -v $PWD/content:/app/content     \
           matterwebsite

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.