Closed aksakalli closed 4 years ago
Fairly certain this is working as designed. Custom theme files can be placed in:
assets/allposts.html
with the front matter
---
permalink: allposts.html
---
which results in the
_site/allposts.html
file being generated.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This might not be a bug but I couldn't figure out how to include some pages from remote theme.
https://github.com/aksakalli/jekyll-doc-theme/issues/37
Steps to reproduce the behavior
remote_theme: aksakalli/jekyll-doc-theme@gh-pages
allposts.html
are not included from the remote theme.How can I include such default remote theme pages?