features/cli.feature in jekyll-shorts-0.0.1 vs features/cli.feature in jekyll-shorts-0.0.2
- old
+ new
@@ -6,22 +6,22 @@
"""
markdown: kramdown
plugins:
- jekyll-shorts
shorts:
- permalink: :day.html
+ permalink: :y:m:d.html
"""
And I have a "_layouts/default.html" file with content:
"""
{{ content }}
"""
- And I have a "_posts/2023-01-01-hello.md" file with content:
+ And I have a "_posts/2023-07-29-hello.md" file with content:
"""
---
title: Hello, world!
layout: default
---
Hello, world!
"""
Then I build Jekyll site
And Exit code is zero
- And File "_site/01.html" exists
+ And File "_site/230729.html" exists