14 lines
462 B
Gherkin
14 lines
462 B
Gherkin
Feature: Site configuration
|
|
As a hacker who likes to blog
|
|
I want to be able to configure jekyll
|
|
In order to make setting up a site easier
|
|
|
|
Scenario: Change destination directory
|
|
Scenario: Use RDiscount for markup
|
|
Scenario: Use Maruku for markup
|
|
Scenario: Disable auto-regeneration
|
|
Scenario: Run server on a different server port
|
|
Scenario: Use no permalink schema
|
|
Scenario: Use pretty permalink schema
|
|
Scenario: Highlight code with pygments
|