-
I have published a blog in github without any problem. But when I try with codeberg it does not work. I have followed the documentation of codeberg, but my username.codeberg.page generated website does not work. I would like to know if anyone knows if something different has to be done compared to github. And if possible add it to quarto' s documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Could you share the repository on Codeberg? In my opinion and according to the documentation, I don't see a good reason to copy/paste Codeberg documentation as it seems really simple. <html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html> |
Beta Was this translation helpful? Give feedback.
Only the content of
_site
should be in https://codeberg.org/bambirombi/pages nothing more."pages" would be the equivalent of
gh-pages
onuser/user.github.io
repository.Also, note that I don't know what
Codeberg
pages can do or not, for example,gh-pages
can process Jekyll files, thus when not using Jekyl you need to add.nojekyll
file.