Skip to content
Phillip Haydon edited this page May 6, 2014 · 42 revisions

Welcome to the Sandra.Snow wiki!

Checkout these Blogs using Snow

Please use the Sidebar to get started and take a look at the SnowSite directory in the repo as a guide on how to setup your blog.

Change Log

1.6.0
  • New SnowByte theme (snowbyte) Template uses this by default
  • Old theme still available (default) uses my blog skin
  • Merging of assemblies now has 3 dll's :( but should be runable on Mono now (paths to be fixed)
  • Absolute URLs in RSS
  • Absolute URLs in Atom
  • New Atom processor
  • Allow extensions on post URLs
  • Allow copy directory to root (using . as the path)
  • New Universal analytics Extension Method (new Google Analytics crap)
  • New Page Size config option (dictates the # of items on paging)

1.5.0
  • Minor bug fixes to stop the .exe crashing

1.4.0
  • New server=true config setting, allows you to run a test server!
  • Merging of most assemblies, now requires .exe and 1 .dll

Breaking Changes Now that assemblies are merged, you will need to remove all the .dll files except for Nancy.ViewEngines.Razor.dll

The _compiler file should now only contain Snow.exe and Nancy.ViewEngines.Razor.dll :)


1.3.0
  • Support for AllCategories on the base view model (thanks @ritasker)

Breaking Changes Now that we have AllCategories defined on the base view model, category pages will now need to iterate over AllCategories rather than Categories


1.2.0
  • Better error handling (thanks @TheCodeJunkie)
  • Support for Drafts via Published attribute
  • RSS feeds updated to use absolute URLs instead of relative (fixes images not showing)
  • Some minor bug fixes

1.0.1
  • Fixed CustomMarkdownViewEngine to not attempt to process Razor syntax (fixes @ in Markdown)

1.0.0
  • Initial 1.0 Release... Enjoy!