2023-02-19 23:12:43 +01:00
|
|
|
site_name="echoip-slatecave"
|
2023-02-23 21:24:35 +01:00
|
|
|
base_url="http://localhost:3000"
|
|
|
|
|
2023-04-29 13:05:48 +02:00
|
|
|
# Url to the default opengraph preview image
|
2023-02-23 21:24:35 +01:00
|
|
|
# og_image=""
|
|
|
|
|
2023-04-29 13:05:48 +02:00
|
|
|
# URL to your stylesheet
|
2023-02-25 16:28:29 +01:00
|
|
|
stylesheet = "/style.css"
|
2023-02-23 21:24:35 +01:00
|
|
|
|
2023-04-29 13:05:48 +02:00
|
|
|
# URL to and mimetype of your favicon
|
2023-12-29 02:49:04 +01:00
|
|
|
favicon = "icon_64.png"
|
|
|
|
favicon_mimetype = "image/png"
|
|
|
|
# favicon_mimetype = "image/svg+xml"
|
2023-02-23 21:24:35 +01:00
|
|
|
# favicon_mimetype = "image/jpeg"
|
2023-02-24 00:01:51 +01:00
|
|
|
|
2023-12-29 02:49:04 +01:00
|
|
|
# Icon to display next to the title
|
|
|
|
display_icon = "icon_64.png"
|
2023-12-29 02:37:22 +01:00
|
|
|
|
2023-04-29 13:05:48 +02:00
|
|
|
# URLs to look up v4 and v6 addresses explicitly
|
2023-02-25 16:41:36 +01:00
|
|
|
# If you have not configured them, comment them out, the button will stay hidden
|
|
|
|
v4_url="http://v4.localhost:3000/"
|
|
|
|
v6_url="http://v6.localhost:3000/"
|
|
|
|
|
2023-02-24 00:01:51 +01:00
|
|
|
[404]
|
|
|
|
# configure the 404 page, this is available for other pages too!
|
2023-04-29 13:05:48 +02:00
|
|
|
# Use the template name as the section name.
|
2023-02-24 00:01:51 +01:00
|
|
|
title = "Nothing here"
|
|
|
|
description = "Page not found"
|