Skip to content

Commit b04c0c5

Browse files
committed
add snippets submodule
1 parent 9de39a2 commit b04c0c5

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "snippets"]
2+
path = _snippets
3+
url = https://github.com/planetjekyll/snippets.git

_config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ title: 'Planet Jekyll'
1010
markdown: kramdown
1111

1212

13+
collections:
14+
snippets:
15+
output: true
16+
17+
1318
sass:
1419
sass_dir: css
1520
style: expanded

_snippets

Submodule _snippets added at 69613fc

0 commit comments

Comments
 (0)