FsBlog 1.0.1-alpha

This is a prerelease version of FsBlog.
dotnet add package FsBlog --version 1.0.1-alpha
NuGet\Install-Package FsBlog -Version 1.0.1-alpha
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="FsBlog" Version="1.0.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FsBlog --version 1.0.1-alpha
#r "nuget: FsBlog, 1.0.1-alpha"
#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 FsBlog as a Cake Addin
#addin nuget:?package=FsBlog&version=1.0.1-alpha&prerelease

// Install FsBlog as a Cake Tool
#tool nuget:?package=FsBlog&version=1.0.1-alpha&prerelease

FsBlog aims to be a blog-aware static site generator, mostly built in F# for .NET and Mono developers. But don't worry, you won't even need to know any F# to get up and running. So long as you are comfortable using a command line or terminal, and have a degree of familiarity with Markdown and Razor syntax - you're already most of the way there!

Inpired by the likes of Jekyll and Octopress - and greatly helped along the way by the scripts behind @tomaspetricek's personal website; FsBlog gives the average .NET or Mono dev the tools that they need to get a statically built website up and running quickly and hosted somewhere like Github Pages.

This set of tools have been pulled together using some of the following community projects:

   FAKE for automation and scripting of the different tasks.
   F# Formatting for Markdown and F# literate programming, processing and colorization.
   RazorEngine which is used for the templating and embedded C# code.
   Some of the code in FsBlogLib that calls the RazorEngine has been based on F# code in Tilde.
   Github Pages for our default theme.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.1-alpha 1,140 3/7/2014

Fix symbols for named union fields in patterns