Skip to content

Static blog generator in C# using markdown

Notifications You must be signed in to change notification settings

LordBenjamin/scatter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scatter

Scatter is a static file generator for your blog.

Originally written by Peter Hultqvist (http://silentorbit.com/scatter/).

Forked so that I can make modifications necessary to generate my website as I wish.

Features include

Compile

From the command line run build.sh.

You can also open the Scatter.sln in Visual Studio or MonoDevelop and build it from there.

Sample blog

A sample blog is available in the sampleBlog directory.

Files ending with .page become pages.
Files ending with .post become blog post and will be added to the feed according to its date.

Directories with the same base name as page or post files contain additional files such as images or other downloadable content.

Source code, issues and contributions

Forked from https://github.com/hultqvist/scatter

About

Static blog generator in C# using markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 73.3%
  • C# 17.9%
  • HTML 6.9%
  • CSS 1.7%
  • Shell 0.2%