ngn 52e1a3ec8a
All checks were successful
Build docker image / build (push) Successful in 52s
new: docker image workflow
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-28 08:13:58 +03:00
2024-08-23 14:11:48 +03:00
2024-08-23 14:11:48 +03:00
2024-08-23 14:11:48 +03:00
2025-01-28 08:13:58 +03:00
2024-11-22 17:00:09 +03:00
2024-11-22 17:00:09 +03:00
2023-12-09 19:25:38 +03:00
2024-08-23 14:11:48 +03:00
2024-08-23 14:11:48 +03:00
2025-01-28 08:13:58 +03:00
2025-01-28 07:08:57 +03:00

website | MatterLinux website

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

Deployment

Web server can be deployed with docker compose using the following configuration file:

services:
  website:
    container_name: matterwebsite
    image: git.matterlinux.xyz/matter/website
    ports:
    - "127.0.0.1:9878:9878"
    volumes:
    - "./content:/app/content"
    restart: unless-stopped

After saving the configuration file, you can run the docker container:

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.

Description
MatterLinux website
Readme 4.3 MiB
Languages
Go 48.9%
CSS 29.8%
HTML 18.4%
Dockerfile 1.3%
JavaScript 1.1%
Other 0.5%