Open jgarte opened 1 year ago
Hey, thanks! There should be, at http://gitja.mcol.xyz/, but I see that it broke a while ago. It's set up with a github action, so I'm just trying to get it working again. Will update when it's fixed.
OK think I've fixed it. You can see it deployed at https://gitja.mcol.xyz/. The index page shows the docs, and the website only has contents for a single git repository (this one) - you can see how the files and folders are structured on the branch that is used to generate the pages: https://github.com/m-col/gitja/tree/gh-pages. Likewise you can see the template used to generate all of that here: https://github.com/m-col/gitja/tree/master/templates/docs. Just note that the index page is just a symbolic link to the index page within the gitja
folder, but normally they would be separate pages and the main index page can render information about multiple git repositories. You could see how this would appear if instead one of the other templates in the templates
folder was used instead.
Hi, awesome project!
Are there any live instances of gitja that I can see?