Permalink

網站設定:

hugo.
     
baseURL: https://example.org/docs/
title: 文件
baseURL = 'https://example.org/docs/'
title = '文件'
{
   "baseURL": "https://example.org/docs/",
   "title": "文件"
}

範本:

{{ $page := .Site.GetPage "/about" }}
{{ $page.Permalink }} → https://example.org/docs/about/