用於從頁面資源文件、站點資源文件和項目文件讀取內容的短代碼,其對重用內容十分有用,比如代碼片段。
成為我們的資助者或贊助商,以支持我們的工作。
1{{< file-content "/path/to/file" >}}
name
索引 | 名稱 | 類型 | 必填 | 默認值 | 版本 | 示例 |
---|---|---|---|---|---|---|
#0 | name | string | ✓ | - | - | - |
文件名。
1{{< file-content "data/foo.txt" >}}
1console.log('Hello world!')
1{{< file-content "data/hello.js" >}}
1google.com, pub-7827859788508375, DIRECT, f08c47fec0942fa0
1{{< file-content "static/ads.txt" >}}
1{{< file-content "static/invalid.txt" >}}
以 Bootstrap 配置切換為例。
1title: Site Title
1{{< bs/config-toggle hugo >}}
2{{< file-content "data/hugo.yaml" >}}
3{{< /bs/config-toggle >}}
hugo.yaml
1title: Site Title
hugo.toml
1title = 'Site Title'
hugo.json
1{
2 "title": "Site Title"
3}