Jorne Kandziora

Results 3 issues of Jorne Kandziora

The self-hosted gitlab configuration asks for one url for both the web interface and repository access: ``` [gitrepo "myprecious"] type = gitlab token = YourSuperPrivateKey fqdn = gitlab.example.org ``` However,...

question

This patch adds an algolia search feature to the Trailblazer site. To use this patch, the following things need to be done: - Obtain an account at https://www.algolia.com/ - Generate...

The only way to communicate between an external layout and its content is through the `yield` call, while an internal layout can call all content cell methods. This patch adds...