Replies: 4 comments 3 replies
-
If you are adding content to the blog via pushing new .md files, then there is nothing to be done for it. The build will need to run every time you make a change to the repo. its the nature of a front end only blog. You could potentially create or use a 3rd party API to store and view your content; though security is an issue because there is no way that I am aware of to hide an API key in the Pages front end. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
I have this same question. I have a site with thousands o .md files that mostly remain unchanged and every time I want to make a minor change to any portion of any page, Github rebuilds the entire thing. Is there no way around this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Dear friends,
I have just started to try GitHub Pages for a blog, and I am happy with it.
I am not sure about one thing: As far as I can understand, Jekyll's build action recreates all MD files each time I run it. Do I understand it correctly? It already takes 42 seconds to rebuild a few pages, and I fear it will take much more when my blog has more posts. How could I ask Jekyll to stop building old pages that I am not planning to change (I understand that they must be rebuilt if I change anything in the CCSs, but I don't do it very frequently, as you can imagine)? Even when I add just a new post, all old pages seem to be rewritten.
And, of course, there is a lack of any analytics information, but I can survive with this.
Thank you for your advice if there is any way to ameliorate the current situation.
Best!
Beta Was this translation helpful? Give feedback.
All reactions