Skip to content

Commit d3e92c8

Browse files
refactor: ♻️ update and run justfile recipes (#182)
# Description This PR updates the justfile and runs all recipes. This PR needs a quick review. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all` Co-authored-by: Luke W. Johnston <[email protected]>
1 parent 57b5f49 commit d3e92c8

File tree

11 files changed

+69
-18
lines changed

11 files changed

+69
-18
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Description
22

3-
These changes EXPLANATION
3+
EXPLANATION
44

55
Closes #
66

_extensions/seedcase-project/seedcase-theme/_brand.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ meta:
22
name:
33
full: Seedcase Project
44
short: Seedcase
5+
description: |
6+
The Seedcase Project is an organisation dedicated to making an
7+
effective and open framework for building modern infrastructures
8+
for structured, standardised, and FAIR (findable, accessible,
9+
interoperable, and reusable) research data.
510
link:
11+
home: https://seedcase-project.org
612
github: https://github.com/seedcase-project
713

814
color:
@@ -19,7 +25,7 @@ typography:
1925
fonts:
2026
- family: noto sans
2127
source: "bunny"
22-
# other weights are used inexplicitly for e.g., bold and table headers
28+
# other weights are used for e.g., bold and table headers
2329
weight: [300, 500, 600]
2430
- family: poppins
2531
source: "bunny"
@@ -70,6 +76,7 @@ defaults:
7076
font-size: 20px !important;
7177
font-weight: bold;
7278
padding: 5px 15px !important;
79+
margin: 0px 10px 10px 10px;
7380
}
7481
7582
.about-link:hover {
@@ -117,8 +124,8 @@ defaults:
117124
flex-direction: row;
118125
}
119126
120-
.hero-text>h2,
121-
.landing-page-block>h2 {
127+
.hero-text h2,
128+
.landing-page-block h2 {
122129
margin-top: 0.5rem;
123130
border-bottom: none;
124131
}
@@ -140,3 +147,12 @@ defaults:
140147
.callout-body {
141148
font-weight: 300 !important;
142149
}
150+
151+
/* Dropdown items on navbar default to 400 weight, but we want them to be lighter. */
152+
.dropdown-item {
153+
font-weight: 300 !important;
154+
}
155+
156+
code {
157+
color: $primary;
158+
}

_extensions/seedcase-project/seedcase-theme/_extension.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: seedcase-theme
22
author: Luke W. Johnston
3-
version: 1.0.1
4-
quarto-required: ">=1.2.0"
3+
version: 0.5.0
4+
quarto-required: ">=1.7.0"
55
contributes:
66
formats:
77
common:
@@ -27,6 +27,7 @@ contributes:
2727
location: navbar
2828
type: textbox
2929
navbar:
30+
pinned: true
3031
background: light
3132
logo: logos/navbar-logo-seedcase-project.svg
3233
logo-alt: "Seedcase Project logo: Main page"
@@ -43,7 +44,5 @@ contributes:
4344
href: https://seedcase-project.org/#acknowledgements
4445

4546
csl: vancouver.csl
46-
4747
format: seedcase-theme-html
48-
4948
brand: _brand.yml

_extensions/seedcase-project/seedcase-theme/_extensions/quarto-ext/fontawesome/assets/css/all.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6700,7 +6700,7 @@ readers do not read off random characters that represent icons */
67006700
.fa-centos:before {
67016701
content: "\f789"; }
67026702

6703-
.fa-and:before {
6703+
.fa-adn:before {
67046704
content: "\f170"; }
67056705

67066706
.fa-cloudsmith:before {
@@ -7291,7 +7291,7 @@ readers do not read off random characters that represent icons */
72917291
.fa-spotify:before {
72927292
content: "\f1bc"; }
72937293

7294-
.fa-option-monster:before {
7294+
.fa-optin-monster:before {
72957295
content: "\f23c"; }
72967296

72977297
.fa-fly:before {

_extensions/seedcase-project/seedcase-theme/_extensions/quarto-ext/fontawesome/assets/css/all.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)