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

The site is not updating! #1887

Closed
vardanbarsegyan opened this issue Feb 11, 2024 · 8 comments
Closed

The site is not updating! #1887

vardanbarsegyan opened this issue Feb 11, 2024 · 8 comments

Comments

@vardanbarsegyan
Copy link

Hi everyone,

since yesterday, the site does not save any commits on the web page (https://www.vardanbarsegyan.com). Regardless what page I update, I get the same error: "pages build and deployment / build Failed in 19 seconds".
What should I do?

Best,
Vardan

@geraldsimanullang
Copy link

I found the solution on StackOverflow. Removing the 'excerpt=...' line from these files solved the problem for me:

  • _pages/404.md
  • _pages/about.md
  • _pages/non-menu-page.md

@femi-jinadu
Copy link

@vardanbarsegyan did you find a fix? facing the same challenge, removing the 'excerpts=...' line in these files did not fix it.

@vardanbarsegyan
Copy link
Author

@geraldsimanullang @femi-jinadu thanks for the advice, however, removing the lines with "excerpts" did not fix the problem. Moreover, I don't have "excerpts = ". I have only "excerpts : ".

@geraldsimanullang
Copy link

@vardanbarsegyan oh my bad, sorry. It was indeed 'excerpt:' with a colon, not 'excerpt=' with an equal sign.

If removing the excerpt doesn't solve the problem, perhaps rolling back the Jekyll version will. I found this information here: jekyll/jekyll#9544

@rllob
Copy link

rllob commented Feb 12, 2024

I found the solution on StackOverflow. Removing the 'excerpt=...' line from these files solved the problem for me:

  • _pages/404.md
  • _pages/about.md
  • _pages/non-menu-page.md

I tried this, and it worked for me. Thank you!

@CalvinDrStar
Copy link

I found the solution on StackOverflow. Removing the 'excerpt=...' line from these files solved the problem for me:

  • _pages/404.md
  • _pages/about.md
  • _pages/non-menu-page.md

It works for me. Thx!

@vardanbarsegyan
Copy link
Author

Hi everyone, the issue is resolved by deleting the "excerpt" line from ALL individual pages!
Thank you!

@chujiezheng
Copy link

I found the solution on StackOverflow. Removing the 'excerpt=...' line from these files solved the problem for me:

  • _pages/404.md
  • _pages/about.md
  • _pages/non-menu-page.md

This works for me. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants