Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Feb 6, 2025
1 parent ecdda30 commit ae7cc0b
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rostemplate-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: rostemplate-docs

jobs:
rostemplate-docs:
runs-on: windows-latest
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rostemplate-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: rostemplate-gh-pages

jobs:
rostemplate-gh-pages:
runs-on: windows-latest
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions: read-all

jobs:
test-coverage:
runs-on: windows-latest
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Update CITATION.cff

jobs:
update-citation-cff:
runs-on: macos-latest
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
12 changes: 5 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ paso es activar el sitio web a través de los *Settings* de nuestro repositorio
## Contributors



<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
Expand All @@ -181,12 +180,12 @@ All contributions to this project are gratefully acknowledged using the [`allcon

### Code

<table>
<table class="table allctb-table" >

<tr>
<td align="center">
<a href="https://github.com/dieghernan">
<img src="https://avatars.githubusercontent.com/u/25656809?v=4" width="100px;" class="ctb_avatar" alt=""/>
<img src="https://avatars.githubusercontent.com/u/25656809?v=4" width="100px;" class="allctb-avatar" alt=""/>
</a><br>
<a href="https://github.com/rOpenSpain/rostemplate/commits?author=dieghernan">dieghernan</a>
</td>
Expand All @@ -197,18 +196,18 @@ All contributions to this project are gratefully acknowledged using the [`allcon

### Issues

<table>
<table class="table allctb-table" >

<tr>
<td align="center">
<a href="https://github.com/Enchufa2">
<img src="https://avatars.githubusercontent.com/u/4542928?v=4" width="100px;" class="ctb_avatar" alt=""/>
<img src="https://avatars.githubusercontent.com/u/4542928?v=4" width="100px;" class="allctb-avatar" alt=""/>
</a><br>
<a href="https://github.com/rOpenSpain/rostemplate/issues?q=is%3Aissue+commenter%3AEnchufa2">Enchufa2</a>
</td>
<td align="center">
<a href="https://github.com/llrs">
<img src="https://avatars.githubusercontent.com/u/6818218?u=c0a96a5dc32b3035f057ee75a7679680363b1a89&v=4" width="100px;" class="ctb_avatar" alt=""/>
<img src="https://avatars.githubusercontent.com/u/6818218?u=c0a96a5dc32b3035f057ee75a7679680363b1a89&v=4" width="100px;" class="allctb-avatar" alt=""/>
</a><br>
<a href="https://github.com/rOpenSpain/rostemplate/issues?q=is%3Aissue+commenter%3Allrs">llrs</a>
</td>
Expand All @@ -220,4 +219,3 @@ All contributions to this project are gratefully acknowledged using the [`allcon
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->


10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ specification. Contributions of any kind are welcome!

### Code

<table>
<table class="table allctb-table">
<tr>
<td align="center">
<a href="https://github.com/dieghernan">
<img src="https://avatars.githubusercontent.com/u/25656809?v=4" width="100px;" class="ctb_avatar" alt=""/>
<img src="https://avatars.githubusercontent.com/u/25656809?v=4" width="100px;" class="allctb-avatar" alt=""/>
</a><br>
<a href="https://github.com/rOpenSpain/rostemplate/commits?author=dieghernan">dieghernan</a>
</td>
Expand All @@ -183,17 +183,17 @@ specification. Contributions of any kind are welcome!

### Issues

<table>
<table class="table allctb-table">
<tr>
<td align="center">
<a href="https://github.com/Enchufa2">
<img src="https://avatars.githubusercontent.com/u/4542928?v=4" width="100px;" class="ctb_avatar" alt=""/>
<img src="https://avatars.githubusercontent.com/u/4542928?v=4" width="100px;" class="allctb-avatar" alt=""/>
</a><br>
<a href="https://github.com/rOpenSpain/rostemplate/issues?q=is%3Aissue+commenter%3AEnchufa2">Enchufa2</a>
</td>
<td align="center">
<a href="https://github.com/llrs">
<img src="https://avatars.githubusercontent.com/u/6818218?u=c0a96a5dc32b3035f057ee75a7679680363b1a89&v=4" width="100px;" class="ctb_avatar" alt=""/>
<img src="https://avatars.githubusercontent.com/u/6818218?u=c0a96a5dc32b3035f057ee75a7679680363b1a89&v=4" width="100px;" class="allctb-avatar" alt=""/>
</a><br>
<a href="https://github.com/rOpenSpain/rostemplate/issues?q=is%3Aissue+commenter%3Allrs">llrs</a>
</td>
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
},
"isPartOf": "https://ropenspain.es/",
"keywords": ["github-actions", "pkgdown", "r", "r-package", "ropenspain", "rstats", "template", "yaml"],
"fileSize": "223.841KB",
"fileSize": "223.893KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
25 changes: 22 additions & 3 deletions inst/pkgdown/assets/BS5/rostemplate.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/* https://www.freeformatter.com/css-beautifier.html */
/*!
* Beautify: https://www.freeformatter.com/css-beautifier.html
* Minify: https://www.freeformatter.com/css-minifier.html
*/
h1 code,
h2 code,
h3 code,
Expand All @@ -22,6 +25,20 @@ code a {
font-weight: bold;
}

/* ---allcontributors package--- */

.allctb-avatar {
border: 0.2rem solid;
border-radius: 50%;
border-color: var(--bs-body-bg);
max-width: 100px;
box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.5)
}

table.allctb-table td {
border-color: transparent;
}

.template-reference-topic dt code {
font-weight: 700;
font-family: var(--bs-body-font-family);
Expand Down Expand Up @@ -318,9 +335,11 @@ pre code span.wa
.navbar-nav .active.nav-item {
text-decoration: none;
}

button.nav-link {
text-transform: uppercase;
text-transform: uppercase;
}

@media ((min-width: 992px)) {
.navbar-nav .nav-item>.nav-link {
border-top: solid 5px transparent;
Expand Down Expand Up @@ -456,4 +475,4 @@ blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #986dbd;
}
}
5 changes: 4 additions & 1 deletion inst/pkgdown/assets/BS5/rostemplate.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae7cc0b

Please sign in to comment.