parent
90bd1f293c
commit
f1e9fba1d6
2 changed files with 3 additions and 5 deletions
|
@ -10,8 +10,6 @@ jobs:
|
||||||
runs-on: 'self-hosted'
|
runs-on: 'self-hosted'
|
||||||
steps:
|
steps:
|
||||||
- uses: 'actions/checkout@v4'
|
- uses: 'actions/checkout@v4'
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- uses: 'actions/setup-go@v5'
|
- uses: 'actions/setup-go@v5'
|
||||||
with:
|
with:
|
||||||
go-version-file: 'search/go.mod'
|
go-version-file: 'search/go.mod'
|
||||||
|
|
|
@ -3,13 +3,13 @@ languageCode = "en-us"
|
||||||
title = "Yet Another SysAdmin Website"
|
title = "Yet Another SysAdmin Website"
|
||||||
description = "The personal space of yet another sysadmin"
|
description = "The personal space of yet another sysadmin"
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
enableGitInfo = true
|
enableGitInfo = false
|
||||||
paginate = 32
|
paginate = 32
|
||||||
rssLimit = 16
|
rssLimit = 16
|
||||||
|
|
||||||
[frontmatter]
|
[frontmatter]
|
||||||
date = ['date', 'lastmod', ':git']
|
date = ['date', 'lastmod']
|
||||||
lastmod = [':git', 'lastmod', 'date']
|
lastmod = ['lastmod', 'date']
|
||||||
publishDate = ['date', 'lastmod']
|
publishDate = ['date', 'lastmod']
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue