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
I am learning “Integrating Wyam Into An ASP.NET MVS Site” from this page. There are "Posts" and "Index" pipelines there and they are working well. However, I don't know how to add the following pipelines:
1: Generate a Tags (with links) page;
2: Generate an Archive (with links) page;
3: Generate tags with links for individual post;
The above three are actually in the current blog recipe. but I don't know how to have them if integrating Wyam into ASP.NET site?
Thanks!
The text was updated successfully, but these errors were encountered:
But seems the 'DocumentsByTag' only contains the 1st tag from each post? (I am using Wyam 2.2.9). How to get all tags (without using Blog or Doc recipe) .html files?
FYI - the original Wyam project is being moved to statiqdev to continue work there as Statiq Web (the successor to Wyam and the Wyam blog recipe). Since this issue relates specifically to Wyam, I've transfered it to a new replacement project for legacy Wyam issues.
I am learning “Integrating Wyam Into An ASP.NET MVS Site” from this page. There are "Posts" and "Index" pipelines there and they are working well. However, I don't know how to add the following pipelines:
1: Generate a Tags (with links) page;
2: Generate an Archive (with links) page;
3: Generate tags with links for individual post;
The above three are actually in the current blog recipe. but I don't know how to have them if integrating Wyam into ASP.NET site?
Thanks!
The text was updated successfully, but these errors were encountered: