OxideTalis Messaging Protocol (OTMP)
Find a file
Awiteb 390e7e7e6a
chore: Update the signature method
Signed-off-by: Awiteb <a@4rs.nl>
2024-06-03 23:25:52 +03:00
.forgejo/workflows chore: Create publich ci 2024-06-01 14:03:49 +03:00
content chore: Update the signature method 2024-06-03 23:25:52 +03:00
sass chore: Change the font to Vazirmatn 2024-06-02 23:20:20 +03:00
static chore: Change the font to Vazirmatn 2024-06-02 23:20:20 +03:00
templates chore: Remove listed pages from index and section 2024-06-02 23:34:18 +03:00
.gitignore init: just ported the theme 2022-12-03 21:01:01 +02:00
config.toml fix: Email Arabic name 2024-06-02 23:36:33 +03:00
deploy.sh chore: Create the deploy script 2024-06-03 11:46:34 +03:00
LICENSE chore: Update the license 2024-06-01 12:42:02 +03:00
README.md chore: Update README.md 2024-06-01 14:03:43 +03:00
theme.toml Update 3 files 2023-12-17 11:35:42 +00:00

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

Build the site locally

You can build the site locally by following the steps below:

Note

My current zola version is 0.18.0.

# 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 theme, with some modifications, you can view the changes at the templates directory by running the following command:

git log --author="Awiteb <a@4rs.nl>" -p templates