-
-
Notifications
You must be signed in to change notification settings - Fork 80
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 rendered, but not written to the _site #71
Comments
Hi, I have tried and have difficulties reproducing your error. I am using the .rb file in the _plugins directory and everything seems to be working fine with Jekyll 4.0.0 (page generated in _site). |
Sorry, I spoke too soon. I can reproduce the error. I will look into it. |
Tried again: it seems to be working now. If you still have the issue, if you let me have an example, I can try and have a look. |
Thank you for your help, the site we're working on is this https://github.com/emergenzeHack/covid19italia if I add - index_files: false data: cfg.issuecategories template: issuelist_category name: displayname dir: /categorie/ then with bundle exec jekyll serve --verbose I can see in the output: But in the final “writing” page they don’t get written to the output |
Hi, I had a look at the repo... it seems like it uses various plugins; I tried but I couldn't isolate the datapage generation issue. Can you provide a stripped-down example demonstrating the issue? |
I have a similar issue in this repo: https://github.com/OpenDRR/jekyll-info-viz Locally, the pages get written as expected but in GitHub Pages they are not. |
I have exactly the same issue. I found a kind of annoying workaround though. https://github.com/Booglejr/osmwebsite
Here is the workflow file:
|
If I get it right, the issue is related to execution of datapage-generator on Github. Github, however, allows the execution of a limited set of plugins on their websites, namely, those they trust and rightly so, since a plugin could do pretty nasty stuff. The list of allowed plugins is: https://pages.github.com/versions/. If this is the case, there is not much I can do on the matter. Did I get it right? |
Hi, thanks for your information. I spent some time to find out the plugin does not work with Github Pages. |
Hi, thanks for pointing out. I'll add it to the documentation! Btw, you can still publish on Github pages even if plugins are not supported, as suggested here: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll#plugins
|
Thanks for your reply. I'll check that! |
I've been using datapage gen for a long time now, and it's always been working easily.
I've created some pages based on a YAML array. They are rendered by jekyll, but in the end they are not written to the website.
I could not find any reason. Using jekyll 4.0.0
The text was updated successfully, but these errors were encountered: