Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## Description
# Description

These changes PURPOSE, because REASON.

Closes #

<!-- Please delete as appropriate: -->
This PR needs a quick/an in-depth review.

## Checklist

- [ ] Ran spell-check
- [ ] Formatted Markdown
- [ ] Ran `just run-all`
1 change: 1 addition & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
add-to-project:
uses: seedcase-project/.github/.github/workflows/reusable-add-to-project.yml@main
with:
app-id: ${{ vars.ADD_TO_BOARD_APP_ID }}
board-number: 18
secrets:
add-to-board-token: ${{ secrets.ADD_TO_BOARD }}
Expand Down
7 changes: 6 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
"quarto.quarto",
"vivaxy.vscode-conventional-commits",
"pshaddel.conventional-branch",
"tekumara.typos-vscode"
"tekumara.typos-vscode",
"eamodio.gitlens",
"github.vscode-github-actions",
"redhat.vscode-yaml",
"GitHub.vscode-pull-request-github",
"EditorConfig.EditorConfig"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down
143 changes: 143 additions & 0 deletions _extensions/seedcase-project/seedcase-theme/_brand.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
meta:
name:
full: Seedcase Project
short: Seedcase
link:
github: https://github.com/seedcase-project

color:
palette:
logo-green: "#024639"
dark-green: "#196440"
vibrant-green: "#48DC76"
light-grey: "#F8F9FA"
primary: dark-green
tertiary: vibrant-green
light: light-grey

typography:
fonts:
- family: noto sans
source: "bunny"
# other weights are used inexplicitly for e.g., bold and table headers
weight: [300, 500, 600]
- family: poppins
source: "bunny"
weight: 400
- family: roboto mono
source: "bunny"
base:
family: noto sans
weight: 300
headings:
family: poppins
weight: 400
monospace: roboto mono

defaults:
bootstrap:
defaults:
mermaid-edge-color: "#8B8B8B"
rules: |
.cell-output pre code {
white-space: pre-wrap;
}

.navbar {
border-bottom: rgba($toc-active-border, 0.3) 1px solid;
}

svg {
display: block;
max-width: 100%;
margin: 0 auto;
height: auto !important;
width: auto !important;
}

li {
margin: 5px 0;
}

figcaption {
text-align: center;
}

.about-link {
border: 2px solid $tertiary !important;
border-radius: 50px !important;
color: $primary !important;
font-size: 20px !important;
font-weight: bold;
padding: 5px 15px !important;
}

.about-link:hover {
background-color: $tertiary !important;
color: white !important;
}

.about-links {
justify-content: left !important;
padding: 10px 0px 0px 0px !important;
}

.landing-page-block {
padding-top: 10px;
padding-bottom: 10px;
margin-left: 30px;
margin-right: 30px;
}

@media(min-width: 900px) {
.landing-page-block {
margin-left: 50px;
margin-right: 50px;
}
}

@media (min-width: 1200px) {
.landing-page-block {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
}

.hero-banner {
position: relative;
background: $light;
display: flex;
justify-content: center;
padding-bottom: 30px;
}

.hero-banner .landing-page-block {
display: flex;
flex-direction: row;
}

.hero-text>h2,
.landing-page-block>h2 {
margin-top: 0.5rem;
border-bottom: none;
}

.landing-page-card {
border-radius: 12px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
background-color: rgba($light, 0.3);
border: none;
padding: 5px 20px 10px 20px;
margin-bottom: 40px;
justify-content: start !important;
}

.navbar-logo {
max-height: 38px;
}

.callout-body {
font-weight: 300 !important;
}

7 changes: 3 additions & 4 deletions _extensions/seedcase-project/seedcase-theme/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ contributes:
- quarto-ext/fontawesome
html:
from: markdown+emoji
theme:
- cosmo
- theme.scss
toc: true
toc-location: right
toc-depth: 3
Expand All @@ -34,7 +31,7 @@ contributes:
repo-actions: [edit, issue, source]
search:
location: navbar
type: overlay
type: textbox
navbar:
background: light
logo: logos/navbar-logo-seedcase-project.svg
Expand All @@ -54,3 +51,5 @@ contributes:
csl: vancouver.csl

format: seedcase-theme-html

brand: _brand.yml
116 changes: 0 additions & 116 deletions _extensions/seedcase-project/seedcase-theme/theme.scss

This file was deleted.