benbalter / jekyll-remote-theme

Jekyll plugin for building Jekyll sites with any GitHub-hosted theme
MIT License
291 stars 78 forks source link

Pages are not included from the remote theme #64

Closed aksakalli closed 4 years ago

aksakalli commented 5 years ago

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

  1. Use remote_theme: aksakalli/jekyll-doc-theme@gh-pages
  2. Some pages like allposts.html are not included from the remote theme.

How can I include such default remote theme pages?

kenjdavidson commented 5 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.

stale[bot] commented 4 years ago

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.