diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 66f1177..d0a1e3a 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -31,7 +31,7 @@ jobs: - uses: r-lib/actions/setup-r@v2 with: use-public-rspm: true - extra-repositories: 'https://stan-dev.r-universe.dev' + extra-repositories: https://stan-dev.r-universe.dev - uses: r-lib/actions/setup-r-dependencies@v2 with: @@ -39,11 +39,12 @@ jobs: needs: website - name: Build site - run: pkgdown::build_site_github_pages(clean = FALSE, new_process = TRUE, install = FALSE) + run: >- + pkgdown::build_site_github_pages(clean = FALSE, new_process = TRUE, + install = FALSE) shell: Rscript {0} - name: Deploy to GitHub pages 🚀 - if: github.event_name != 'pull_request' uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages diff --git a/DESCRIPTION b/DESCRIPTION index 00504b8..ee6e32c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pkgdownconfig Title: Stan pkgdown Website Styling -Version: 2.5.0 +Version: 2.5.0.9000 Authors@R: person("Visruth", "Srimath Kandali", , "public@visruth.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0005-9097-0688")) diff --git a/inst/pkgdown/_pkgdown.yml b/inst/pkgdown/_pkgdown.yml index 7df7593..faf3589 100644 --- a/inst/pkgdown/_pkgdown.yml +++ b/inst/pkgdown/_pkgdown.yml @@ -44,21 +44,21 @@ template: navbar-dark-brand-color: "#FAF1E4" navbar-dark-brand-hover-color: "#FAF1E4" - base_font: { google: "Source Sans 3" } - heading_font: { google: "Source Sans 3" } - code_font: { google: "Source Code Pro" } + base_font: {google: Source Sans 3} + heading_font: {google: Source Sans 3} + code_font: {google: Source Code Pro} navbar: structure: - left: [home, vignettes, functions, news, otherpkgs, stan] + left: [home, articles, functions, news, otherpkgs, stan] right: [search, bluesky, forum, github, lightswitch] components: home: icon: fa-home fa-lg aria-label: Go to homepage href: index.html - vignettes: - text: Vignettes + articles: + text: Articles href: articles/index.html functions: text: Functions @@ -88,7 +88,7 @@ navbar: text: About Stan href: https://mc-stan.org/about/ bluesky: - icon: "fa-brands fa-bluesky" + icon: fa-brands fa-bluesky aria-label: Visit our Bluesky profile href: https://bsky.app/profile/did:plc:qznndgdnkem2yryu7ipqbpv7 forum: