website/README.md
2024-01-17 15:22:46 +03:00

19 lines
518 B
Markdown

# website | MatterLinux Website
Soruce code of Matterlinux's offical website, which is
located at [matterlinux.xyz](https://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](https://git.matterlinux.xyz/Matter/content)
repository.