Skip to content
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

Pages are not included from the remote theme #64

Closed
aksakalli opened this issue Nov 7, 2019 · 2 comments
Closed

Pages are not included from the remote theme #64

aksakalli opened this issue Nov 7, 2019 · 2 comments
Labels

Comments

@aksakalli
Copy link

This might not be a bug but I couldn't figure out how to include some pages from remote theme.

aksakalli/jekyll-doc-theme#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
Copy link

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
Copy link

stale bot commented Jan 7, 2020

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.

@stale stale bot added the wontfix label Jan 7, 2020
@stale stale bot closed this as completed Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants