Added release process, now supporting easy command line install via curl or irm.
BlogIt is a command line program for curating front matter in CommonMark (Markdown) documents used in producing a blog. BlogIt primary purpose is curating the fornt matter posts. It also supports a preprocessor for handling markdown linked files as HTML linked files and code include blocks. Additional functionality includes editing, checking and publishing the CommonMark document to a blog directory structure.
Here's an example of creating a blog from scratch while levaraging BlogIt.
# Pick an editor, example nano in the case
export EDITOR=nano
mkdir -p $HOME/Site/website/blog
cd $HOME/Site/website
# Create your first post
nano $HOME/Documents/FirstPost.md
# Create/curate the Front Matter for your first blog post
BlogIt edit $HOME/Documents/FirstPost.md
# Check to make sure everything is ready to go
BlogIt check $HOME/Documents/FirstPost.md
# Publishing into your blog's directory tree
BlogIt $HOME/Document/FirstPost.md
# See the blog post ready in your blog directory
tree blog
Run a Common Mark to HTML converter like Pandoc on the Common Mark files to produce HTML. Then you're ready to run PageFind for search and FlatLake to render your blog's JSON API. It also works with antennaApp.