diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 1f1ca1e..acabbaa 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -50,6 +50,8 @@ jobs: uses: actions/configure-pages@v3 - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" + - name: PostCSS + run: "npm install -g postcss-cli" - name: Build with Hugo env: # For maximum backward compatibility with Hugo modules diff --git a/config.toml b/config.toml index 3c3c05f..50766e5 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ languageCode = "en-us" -baseurl = "https://docuapi.netlify.com/hugo-pdf" -title = "DocuAPI Example Site" +baseurl = "https://sytranvn.dev/hugo-pdf" +title = "Hugo PDF" disableKinds = ["taxonomyTerm"]