Skip to content

n13org/jekyll-post-generator

Repository files navigation

Jekyll-post-generator

Create random posts for jekyll with lorem ipsum text

Nuget

https://www.nuget.org/packages/NLipsum

Usage:

dotnet run 2017-01-01 2020-03-31 75 ".\posts\generated"

jekyll-post-generator 2017-01-01 2020-03-31 75 ".\posts\generated"

Publish

WIN: dotnet publish -c Release -r win10-x64 --self-contained WIN .NET 6: dotnet publish -c Release -r win10-x64 /p:PublishSingleFile=true /p:PublishTrimmed=true LINUX: dotnet publish -c Release -r ubuntu.16.10-x64

Links:

ToDos:

  1. https://github.com/jpdillingham/Utility.CommandLine.Arguments
  2. Category Shuffle: Random 1 to x
  3. Tags Shuffle: Random 1 to x
  4. Add same images

About

Create random posts for jekyll with lorem ipsum text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages