Skip to content

Commit 851a9e1

Browse files
Update theme (v0.3+) (#13)
1 parent 4c719e8 commit 851a9e1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build.environment]
22
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
3-
HUGO_VERSION = "0.119.0"
3+
HUGO_VERSION = "0.120.2"
44
DART_SASS_VERSION = "1.69.4"
55
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"
66

@@ -21,3 +21,6 @@
2121

2222
[[plugins]]
2323
package = "netlify-plugin-checklinks"
24+
25+
[plugins.inputs]
26+
skipPatterns = ['https://fonts.gstatic.com', 'https://fonts.googleapis.com']

themes/scientific-python-hugo-theme

0 commit comments

Comments
 (0)