You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be showed on the upper left corner of all the pages, in the main toolbar
209
209
210
+
#### application.logo (string: "")
211
+
212
+
Supply the full URL to an image to be shown as the logo of your wiki. It will appear on the left of the page title in the navigation bar. Just set the `application.title` to an empty string to only show the Logo image. Please note that Jingo does not resize the image in any way (you can do it yourself using a custom CSS of course)
213
+
214
+
#### application.favicon (string: "")
215
+
216
+
Supply the full URL to an image to be shown as the favicon of your wiki. Please note that Jingo will try to get the mime type of the image from its extension (this can easily fail for a lot of reasons)
217
+
210
218
#### application.repository (string: "")
211
219
212
220
Absolute path for your documents repository (mandatory).
0 commit comments