Skip to content

Commit

Permalink
reinit pkgdown site
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Nov 5, 2023
1 parent ec6cbad commit 519937a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3

Expand Down
27 changes: 18 additions & 9 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,29 @@ url: https://gesistsa.github.io/rtoot/
template:
bootstrap: 5
bslib:
bg: "#F9F7F7"
fg: "#112D4E"
primary: "#3F72AF"
text-muted: "#FFFFFF"
base_font: {google: "Roboto"}
heading_font: {google: "Roboto Slab"}
code_font: {google: "JetBrains Mono"}
bg: '#F9F7F7'
fg: '#112D4E'
primary: '#3F72AF'
text-muted: '#FFFFFF'
base_font:
google: Roboto
heading_font:
google: Roboto Slab
code_font:
google: JetBrains Mono
navbar:
bg: primary
structure:
left: [intro, reference, articles, wiki, news]
right: [github]
left:
- intro
- reference
- articles
- wiki
- news
right: github
components:
wiki:
text: Wiki
href: https://github.com/gesistsa/rtoot/wiki
aria-label: Wiki

0 comments on commit 519937a

Please sign in to comment.