otmp_site/README.md
Awiteb 0df1c469e4
chore: Update README.md
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-01 14:03:43 +03:00

48 lines
No EOL
1.5 KiB
Markdown

# OxideTalis Messaging Protocol (OTMP)
A simple site explaining the OxideTalis Messaging Protocol (OTMP).
## How to view the site?
There are three ways to view the site, you can choose any of them
### View the site online (if available)
You can view the site online by visiting the following link: [https://otmp.4rs.nl](https://otmp.4rs.nl)
### Build the site locally
You can build the site locally by following the steps below:
> [!NOTE]
> My current zola version is `0.18.0`.
```bash
# Clone the repository
git clone https://git.4rs.nl/awiteb/otmp_site.git
# Change directory to the repository
cd otmp_site
# Build the site
zola build
The site will be built in the `public` directory (you can view it by opening the `index.html` file in your browser)
```
### `site` branch
You can view the site by visiting the `site` branch of the repository. The site is built and pushed to the `site` branch automatically by the CI pipeline.
## How to contribute?
Write changes can be made at `templates` directory. You can't change the `content` directory as it contains the protocol itself.
You can open an issue to write a comments or suggestions about the protocol.
## `deploy.sh` script
Simple script to build the site and push it to GitHub pages.
## Credits
This **site** is built on top of Ahmed Alaa [no-style-please](https://gitlab.com/atgumx/no-style-please) theme, with some modifications, you can view the changes at the `templates` directory by running the following command:
```bash
git log --author="Awiteb <a@4rs.nl>" -p templates
```