question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Building Jekyll doesn't like the Readme.md

See original GitHub issue

When attempting to build a Jekyll site on Github, I’m getting this error: I’m getting this error Your site is having problems building: The variable {{a} on line 50 in node_modules/balanced-match/README.md was not properly closed with }}. For more information, see https://help.github.com/articles/page-build-failed-tag-not-properly-terminated/.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:15
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
TommyJackson85commented, May 21, 2018

I fixed it adding node_modules/* as-well (I referenced it above). Just for further notice, if node_modules has already been uploaded to the repository, adding node_modules/* to .gitignore wont be enough. You will need to untrack node_modules from the repository using the following command: git rm --cached node_modules -r 😃

1reaction
htshoncommented, Jul 22, 2020

Hello dude , Your site is having problems building: The variable {{a} on line 50 in node_modules/balanced-match/README.md was not properly closed with }}. For more information, see https://help.github.com/articles/page-build-failed-tag-not-properly-terminated/

This is showing to me also how I can fix it . I have completed the project but this is final stage where I am stucked . I have to submit it to my college

Reply as soon as possible

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tell Jekyll (on github pages) to convert README.md to ...
How do I tell Jekyll to go back to using README.html as its conversion target for README.md ? Preferably, I would like a...
Read more >
Building Websites With Jekyll and GitHub
Markdown is a language used to simplify writing HTML. Plain text characters like # and * are used in place of HTML tags....
Read more >
Themes | Jekyll • Simple, blog-aware, static sites
Jekyll has an extensive theme system that allows you to leverage community-maintained templates and styles to customize your site's presentation.
Read more >
Jekyll Markdown and GitHub Pages - YouTube
In this Jekyll and GitHub Pages tutorial, I show you how Jekyll Markdown works. Basically, I take the three HTML pages I created...
Read more >
Up and Running with GitHub Pages, Part 3, Blogging with Jekyll
In this video, I show you how to create a blog site on GitHub Pages using Jekyll. To design and build your blog...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found