New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: _posts #317
Comments
|
I would keep |
|
@axet, as @fogfish commented, this theme already allows the use of posts: if one adds a file to the The By support for "date related" navigation for posts, do you mean automatic generation of a hierarchy with years at the top level, expanding to months, then days, and finally lists of links to individual posts – perhaps also grouped by a tree of categories? If you have a specific design in mind (perhaps based on support for post navigation in other themes) please follow up with a detailed explanation, possibly together with a pull request. PR #379 aims to integrate collections into the theme navigation, and might provide a good basis for post navigation; see also query #356. |
|
Enable search _posts? |
|
If you have a really long list of blog posts, how would you truncate the above list with a button that reads "Older Posts" or "Next Page" to get to further items in the long list? |
|
Going to close this as inactive / duplicate for now (we have other PRs addressing including |
Hello! Thanks for amazing jekylle theme, it is nice and simple. Jekyll supports for two main navigation methods: direct and date related. Your theme only covers one of it (direct).
Can you please add support for '_posts' keeping your theme nice and simple as before? It can be implemented similar to how 'has_children/parent' works with date url prefix in url and title.
The text was updated successfully, but these errors were encountered: