How to create basic posts/blog with nanoc and then have it in the feed? -
i started nanoc. wondering if can explain me how should create blog posts , how add them in feed?
i know how create items, how create posts in blog folder? how show 5 recent posts?
blog posts other items, , it’s decide how want them identified. people using “kind: article” while other people prefer stick them in content/blog/ directory.
nanoc comes blogging helper. take @ #atom_feed
method, can used generating atom feed. method takes :articles
parameter containing list of articles (by default, take items “kind: article”). way, can create feed specific collection of items.
Comments
Post a Comment