Tags and other litlle features added
hi,
The 6 previous PRs are already included in this one :
- DraftDir + manage accent for slug()
- Prev and Next Post
- Toggle status + list posts
- Put config in a function
- Remove from the main and create functions
- New feature : Tags
Not sure about the way you wanted the tags, but here is an implementation.
Each post could have more than one tag, and each tag links to an index where posts have the same tags.
This PR was the first done (now splitted in more little PRs).
Regards
This is nice. Could you break it down into many PRs? I want to review and merge them separately.
Since the first PRs, the following things have been added :
- Change the date of a post (and consequently) its name (new feature)
- printing list also include tags (enhancement)
- Re-parsing the headers title and date to regenerate the post name (new feature)
- New header
updatefor when you update a post (enhancement) - check if commands are missing before starting to work (enhancement)
- A second layout + css
The above commits add :
- the new version of fonteawesome for the second layout
- a little correction for the help of the
-r - the verification of
columnand change of text when baking. - the
1.0.0-rc3, if no errors found i suggest to publish a1.0.0this week end.
The 1.0.1 will include RSS feed and 1.0.2 will include Atom feed.
As describe in the previous comment, I published a v1.0.0 d5449a3 And since then, the RSS Feature has been completed in the v1.0.1 45a9e52 (just published)
Hi,
I forget to mention, I published a v1.0.2 with Atom Feed, the summary that coul be added in the post (or not), ...
Bye