1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00
echo/website/config.toml
Vishal Rana ff8a3bdc94 docs: updated
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-12-04 19:20:08 -08:00

12 lines
401 B
TOML

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)."