echoip-slatecave/templates/extra.toml

28 lines
735 B
TOML
Raw Normal View History

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:26:32 +01:00
favicon = "icon.svg"
favicon_mimetype = "image/svg+xml"
2023-02-23 21:24:35 +01:00
# favicon_mimetype = "image/png"
# favicon_mimetype = "image/jpeg"
display_icon = "icon.svg"
2023-04-29 13:05:48 +02:00
# URLs to look up v4 and v6 addresses explicitly
# 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/"
[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.
title = "Nothing here"
description = "Page not found"