-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Description
I haven't dig much about it, does gatsby have built in support for pagination and categories/tags?
i.e.
http://blog.ghost.org/page/2/
http://blog.ghost.org/tag/writing/
That would sum up in two special routes that accept a wildcard * after the main path.
/page/*/
/tag/*/
While playing with gatsy I also found beneficial to leave the main route "themable", I mean
/page/_template.jsx
/tag/_template.jsx
As it would work for WordPress (use the custom page if found, or pick the default one).
Another different scenario is the 404 page that should be supported by React Router.
carcinocron, krambuhl, Stanko and awwong1
Metadata
Metadata
Assignees
Labels
No labels