diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 3be5f6e..b820752 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -30,7 +30,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.105.0 + HUGO_VERSION: 0.140.2 steps: - name: Install Hugo CLI run: | diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9a9a13c..6634d4c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,9 +3,11 @@ theme = "hugo-theme-flat" themesDir = "../.." enableRobotsTXT = true hasCJKLanguage = true -paginate = 4 baseURL = "" +[pagination] +pagerSize = 4 + # these values are hugo built in markup config [markup.highlight] anchorLineNos = false