blaze 0.5.0
Srivathsan Murali (24):
Paginator: Allow infinite page list
Add license
rework paginate make it simpler
Get extension from frontmatter
config: add url
make lists-path absolute
add url
paginate: convert md to html
add escapeHTML template function
add summary template function
templates: close summary with </p>
Parse template from markdown content
make fullpath in paginate
seperate toHTML and parseTemplate
Dont parse template if empty
Get extention from template or source
templateFunc: paginate -> listPages
remove new command from blaze
check for empty string in summary and template
parse url formats using template
unused member of Page
remove CreatePage function
Page struct: ListsPath not necessary
Convert to HTML for html and htm
blaze 0.4.0
Srivathsan Murali (6):
allow groups to access subfolders
Seperating ToHTML and writing to file
partials using template function
build drafts flag
Proper pagination
Skip drafts while getting pages
blaze 0.3.2
Srivathsan Murali (1):
fix: yaml keys must be lowercase
blaze 0.3.1
Srivathsan Murali (1):
fix: watcher err checking
blaze 0.3.0
Srivathsan Murali (3):
Use Inbuilt help message
create page flag
Use subcommands to make blazer easier to use
blaze 0.2.1
Srivathsan Murali (2):
Cleaing up builder
Watch recursively by matching
blaze 0.2.0
Srivathsan Murali (7):
go markdown setup
isRoot and isNotRoot functions for templates
get root as argument if necessary
move contents and templates to builder
Inbuilt fileserver to serve output
Add Watcher for changes in site folders.
Help message for blaze
0.1.0
Srivathsan Murali (4):
init
parse templtes and contents
copy static files
add makefile and contrib