The repo includes an index.html file (so it can render a web page), two GitHub Actions workflows, and a CSS stylesheet dependency.
Clone this repo to your computer , such as
git clone https://github.com/e-comos/e-comos.github.io.gitthen , use cd to go to our repo
cd e-comos.github.io.gitOpen your local git repo , you can choose a file to edit it , such as index.html.
When you did that , save your word , use git to do that
git add . && git commit -m "COMMIT MESSAGE"When you saved your work(s), you can make a patch to our mailling-lists , use
git send-emailto push your commit.
It is licensed on AGPLv3.