Skip to content

Commit b1af9fc

Browse files
committed
Suppress minima import deprecation warnings
1 parent f7b954e commit b1af9fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ theme: minima
44
title: Hashdump
55
repository: https://github.com/Hashdump/hashdump.github.io
66
timezone: America/Denver
7-
description: Colorado State University's Hashdump Security Club. Come visit us.
7+
description: Colorado State University's Hashdump Security Club. Come visit us.
8+
9+
# Suppress Sass deprecation warnings from minima dependency
10+
# https://github.com/jekyll/minima/issues/815#issuecomment-2440028795
11+
sass:
12+
quiet_deps: true

0 commit comments

Comments
 (0)