index

Your wiki has been created, but does not have any content. To add content, push commits to the wiki branch of ~beetle_b/opel: git@git.sr.ht:~beetle_b/opel

git clone git@git.sr.ht:~beetle_b/opel && cd opel
git checkout --orphan wiki
git rm -rf *
echo "Hello world!" >index.md
git add index.md
git commit -m"Initial wiki commit"
git push -u origin wiki

For more information, consult the documentation.