From a20de7d29a748d1368533f7c8c02c4258eba30db Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 27 Apr 2025 23:28:00 +0200 Subject: [PATCH] chore(www): properly fix the rss feed generation issue --- .forgejo/workflows/main.yaml | 2 -- config.toml | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) 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]