Skip to content

Commit

Permalink
Add netlify plug in to check links
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Apr 9, 2024
1 parent bf64c4f commit 12e15ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import 'https://fonts.googleapis.com/css?family=DM+Sans:300,400,600,700';
@import 'https://fonts.googleapis.com/css2?family=Roboto+Mono:400';
@import 'https://fonts.googleapis.com/css?family=DM+Sans:wght@300,400,600,700';
@import 'https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400';

/*-- scss:defaults --*/
$bs-body-font-family: 'DM Sans', sans-serif;
Expand Down
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[[plugins]]
package = "@quarto/netlify-plugin-quarto"

[[plugins]]
package = "netlify-plugin-checklinks"
[plugins.inputs]
checkExternal = false
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"@quarto/netlify-plugin-quarto": "^0.0.5"
"@quarto/netlify-plugin-quarto": "^0.0.5",
"netlify-plugin-checklinks": "^4.1.1"
}
}

0 comments on commit 12e15ee

Please sign in to comment.