You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create multiple instances of peot?
What I need is to put different posts (.md or .jade) in different folders, and route them with different urls.
e.g.
'/article/:article' direct to articles in my site
'/news/:news' direct to news
'/product/:product' direct to products.
any idea?
thanks.
The text was updated successfully, but these errors were encountered:
Multiple instances are not necessary -- easiest thing to do is probably defining custom routes, like in this example, but instead of returning all of the posts, return just posts tagged with 'article', 'news', and so forth.
Is it possible to create multiple instances of peot?
What I need is to put different posts (.md or .jade) in different folders, and route them with different urls.
e.g.
'/article/:article' direct to articles in my site
'/news/:news' direct to news
'/product/:product' direct to products.
any idea?
thanks.
The text was updated successfully, but these errors were encountered: