njekyll 0.0.1-alpha1

This is a prerelease version of njekyll.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package njekyll --version 0.0.1-alpha1
NuGet\Install-Package njekyll -Version 0.0.1-alpha1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="njekyll" Version="0.0.1-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add njekyll --version 0.0.1-alpha1
#r "nuget: njekyll, 0.0.1-alpha1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install njekyll as a Cake Addin
#addin nuget:?package=njekyll&version=0.0.1-alpha1&prerelease

// Install njekyll as a Cake Tool
#tool nuget:?package=njekyll&version=0.0.1-alpha1&prerelease

njekyll

This is a custom static blog renderer written in net5 and based on Jekyll. And it is almost compatible with a Jekyll blog.

Install

Install latest version using dotnet client:

dotnet tool install --global njekyll --version 0.0.1-alpha1

Run

You can build your blog site:

njekyll build

Or you can build and run your site:

njekyll run

When you are running it locally, it detects blog code changes automatically.

Optionally you can use:

  • -i <folder> to use a different location than actual as input
  • -o <folder> to use a different output folder than "_output"

License

The source code we develop at njekyll is default being licensed as CC-BY-SA-4.0. You can read more about here.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.1-alpha4 311 4/16/2021
0.0.1-alpha3 295 4/14/2021
0.0.1-alpha2 177 4/14/2021
0.0.1-alpha1 175 4/14/2021