Skip to content

Commit 5351702

Browse files
committed
fix: more links
1 parent b0f68c4 commit 5351702

5 files changed

Lines changed: 4 additions & 17 deletions

File tree

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0
3838
with:
3939
fail: true
40-
args: --no-progress --root-dir _site --exclude 'zenodo\.org' _site
40+
args: --no-progress --root-dir _site --exclude 'zenodo\.org' --accept 403 _site
4141
env:
4242
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4343

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
--no-progress
3737
--root-dir ${{ github.workspace }}/_site
3838
--exclude 'zenodo\.org'
39+
--accept 403
3940
_site
4041
env:
4142
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

_posts/2024-07-31-pyconus-pyopensci-sprints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Every person has different learning preferences. For many years, educators
218218
taught people the same way: in a classroom, using the same books and approaches.
219219
However, alternatives to this model allow learners to adapt their environment to
220220
their personal and learning goal needs.
221-
[Student-directed learning](https://scholar.google.com/scholar?q=student-directed+learning&hl=en&as_sdt=0&as_vis=1&oi=scholart)
221+
Student-directed learning
222222
is based on the idea that people learn differently and have different needs. By
223223
creating a hybrid learning environment where students are allowed to pick their
224224
learning path and approach, you empower them to own their experience.

_posts/events/2024-08-09-pyopensci-fall-festival.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Interested? Read on to learn more!
3434
## <i class="fa-regular fa-file-lines"></i> pyOpenSci's 2024 Fall Festival logistics:
3535

3636
* **What:** An online community training and networking event
37-
* **Where:** Online using SpatialChat (learn more about SpatialChats's system requirements [here](https://guide.spatialinc.com/hc/en-us/articles/1500004491422-Minimum-System-Requirements)
37+
* **Where:** Online using SpatialChat
3838
* **When:** Monday, October 28--Friday, November 01, 2024
3939
* **Who:** If you are a scientist, a researcher, a student, or anyone interested in writing better, cleaner code that can be installed into different environments and shared, then this event is for you!
4040
* **Cost - Day 1 Keynote talks:** free.

_sass/minimal-mistakes/_fonts-load.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@
2020
font-weight: 400;
2121
font-display: swap;
2222
}
23-
@font-face {
24-
font-family: 'Poppins';
25-
src: url('/assets/fonts/Poppins-Thin.woff2') format('woff2');
26-
font-weight: 100;
27-
font-display: swap;
28-
}
29-
30-
@font-face {
31-
font-family: 'Poppins';
32-
src: url('/assets/fonts/Poppins-ExtraLight.woff2') format('woff2');
33-
font-weight: 200;
34-
font-display: swap;
35-
}
36-
3723
@font-face {
3824
font-family: 'Poppins';
3925
src: url('/assets/fonts/Poppins-Light.woff2') format('woff2');

0 commit comments

Comments
 (0)