Skip to content

Commit

Permalink
Add gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
doccstat committed Oct 1, 2023
1 parent 4a8f5d9 commit 6134c29
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
^cran-comments\.md$
^local
^README\.Rmd$
^CRAN-SUBMISSION$
^_pkgdown\.yml$
^docs$
^pkgdown$
^\.github$
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
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Suggests:
Rcpp
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://abseil.xingchi.li/
18 changes: 13 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
url: https://abseil.xingchi.li
url: https://abseil.xingchi.li/
template:
bootstrap: 5
bslib:
base_font: {google: {family: "Source Sans Pro", wght: [400, 600], ital: [0, 1]}}
code_font: {google: "Source Code Pro"}
base_font:
google:
family: Source Sans Pro
wght:
- 400
- 600
ital:
- 0
- 1
code_font:
google: Source Code Pro
font_scale: 1.2
primary: "#447099"

primary: '#447099'
authors:
Xingchi Li:
href: https://www.xingchi.li

0 comments on commit 6134c29

Please sign in to comment.