1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-20 19:52:47 +02:00
echo/website/config.toml

12 lines
401 B
TOML
Raw Normal View History

baseurl = "https://echo.labstack.com"
languageCode = "en-us"
title = "Echo - High performance, minimalist Go web framework"
canonifyurls = true
googleAnalytics = "UA-85059636-2"
[permalinks]
guide = "/guide/:filename"
middleware = "/middleware/:filename"
recipes = "/recipes/:filename"
[params]
description = "Echo is a high performance, extensible, minimalist web framework for Go (Golang)."