- Old legacy commands (post/bake/...) to remove.
- When generating a site, generate only a given id (or only modified ones)
- Default Template variables change. Name uniformisation.
- TAGLIST to remove ? URLs list
- Added New Furry theme.
- Rework on old themes.
- Variable added to provide generation date of pages
- An issue was present when test was done to generate Hidden Post. Corrected.
- Issue when trying to rename a post with same name. Corrected.
- Added variables to manage templates.
- Added missing Variables in the post_infos function.
- Issue when generating prev/next post link. Next was Prev and Prev was Next. Corrected.
- List of tags on index page
- List of tags on article page
- Documentation update
- Blash now support the
nomarkdownheader in post. It allows you to not transform a post.
- README update
- Code update. Draft and Hidden posts are now generated before Regular posts.
- README update
- Blash is now able to copy/duplicate a post.
- Some code review.
- README update
- Blash is now able to copy source posts for you to provide them.
- EDITOR variable is now configurable.
- All Themes are now mutualised under a directory
themes - Blash is able to search into posts
- Blash now auto-update the 'update' field in a post using edit (-e), if the post is changed
- README big update
- Indexes generated for tags could have their own template
- Baker is able to generate a sort of timeline (depending on templates). Generate a section depending on the date of prev/next post.
- The
-uflag now update the fieldupdate: - A subdirectory with a bigger example than the origanl one has been created
- A VERSION file has been created
Those previous modifications have been done when I worked on Baker.
- Removing unwanted default extra headers.
- Adding the global variable to have extra headers.
- Correcting an issue in the version info. A
$is missing. When exporting from github a part of the code is missing.
- Changing the list printing
- Markdown in summary is now parsed
- Adding -o to open with
xdg-opena bakered post
##1.1.1 - 2016/03/08 (Flyounet)
- Adding LICENSE file
- Adding hidden feature to write a post without indexing it
- Adding the edit feature to call your editor for a post through baker
- Adding the -I to view configuration
- Adding a Makefile for install/uninstall
- External Markdown perl file is now included in the baker script itself. Baker is now a single file.
- Adding the -v to view the version
- Now generate an Atom feed
- The summary could now be added in each post
- README update
- Adding a tool to test baker speed
- A default config file is loaded if found
- Now generate an RSS feed
- Rewriting a lot to make functions
- Drafted post are generated in the
DRAFT_DIR̀ - Config could be loaded from a file and override default configuration
- The slug() handle accent
- A function to change the date inside the post has been created
- A function to rename a post depending on the modified headers
- A function to toggle draft status now exists
- A function to list posts (with status and tags)
- For each post a
POST_PREV/POST_NEXTbutton is generated - Each post could now have multiple tags
- An index per tag is generated
- Old arguments still exist, but new ones offer more features
- Adding another layout :
layout_black/public_black
- Last original work