diff --git a/.forgejo/workflows/main.yaml b/.forgejo/workflows/main.yaml index a687232..c1bd655 100644 --- a/.forgejo/workflows/main.yaml +++ b/.forgejo/workflows/main.yaml @@ -10,8 +10,6 @@ jobs: runs-on: 'self-hosted' steps: - uses: 'actions/checkout@v4' - with: - fetch-depth: 0 - uses: 'actions/setup-go@v5' with: go-version-file: 'search/go.mod' diff --git a/config.toml b/config.toml index de1722c..160c6f3 100644 --- a/config.toml +++ b/config.toml @@ -3,13 +3,13 @@ languageCode = "en-us" title = "Yet Another SysAdmin Website" description = "The personal space of yet another sysadmin" enableRobotsTXT = true -enableGitInfo = true +enableGitInfo = false paginate = 32 rssLimit = 16 [frontmatter] -date = ['date', 'lastmod', ':git'] -lastmod = [':git', 'lastmod', 'date'] +date = ['date', 'lastmod'] +lastmod = ['lastmod', 'date'] publishDate = ['date', 'lastmod'] [markup]