Sha256: 824ecc653e726c833a6193b1e17e6856cc839a65a06d6b89fb35da67777154a8
Contents?: true
Size: 607 Bytes
Versions: 3
Compression:
Stored size: 607 Bytes
Contents
Feature: Simple site building I want to be able to build a site Scenario: Simple site Given I have a "_config.yml" file with content: """ markdown: kramdown plugins: - jekyll-shorts shorts: permalink: :y:m:d.html """ And I have a "_layouts/default.html" file with content: """ {{ 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/230729.html" exists
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-shorts-0.0.4 | features/cli.feature |
jekyll-shorts-0.0.3 | features/cli.feature |
jekyll-shorts-0.0.2 | features/cli.feature |