-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: PSJekyll.Template.IncludeMargin ( Fixes #69 )
Fixing conditional
- Loading branch information
Showing
5 changed files
with
62 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PSJekyll.Site.get_Draft() | ||
------------------------- | ||
|
||
### Synopsis | ||
Gets drafts in a Jekyll site. | ||
|
||
--- | ||
|
||
### Description | ||
|
||
Gets drafts in a Jekyll site, using PowerShell. | ||
|
||
This will return the file objects in the `_drafts` folder. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
PSJekyll.Site.set_Draft() | ||
------------------------- | ||
|
||
### Synopsis | ||
Sets a draft in a Jekyll site. | ||
|
||
--- | ||
|
||
### Description | ||
|
||
Sets a draft in a Jekyll site, using PowerShell. | ||
|
||
This will create a new draft in the `_drafts` folder. | ||
|
||
If no metadata is provided, it will default to the current date and the title of the draft. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters