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

deploy to github page failing #874

Closed
vipulchauhan opened this issue Jan 11, 2019 · 3 comments
Closed

deploy to github page failing #874

vipulchauhan opened this issue Jan 11, 2019 · 3 comments

Comments

@vipulchauhan
Copy link

i am not getting any error when deploying my site to github pages but i cant see my site. Also it is running fine on localhost. I am not able to detect issue.
site:- https://vipulchauhan.github.io
my code :- https://github.com/vipulchauhan/vipulchauhan.github.io

@gcushen
Copy link
Collaborator

gcushen commented Jan 12, 2019

The issue appears related to your Github setup. Looks like you didn't create the second repository/branch for Github Pages and push content to it. Please refer to the installation guide or reach out to Github or the support forums for support.

@gcushen gcushen closed this as completed Jan 12, 2019
@vipulchauhan
Copy link
Author

vipulchauhan commented Jan 16, 2019

thanks for reply. I contacted github support team and i got below answer

Thanks for writing in! GitHub Pages uses the static site generator Jekyll to build sites by default. This can cause issues when building sites that don't use Jekyll.

It looks like your site is failing to build because of the following error:

The variable {{2\left( {x + 4} on line 58 in themes/academic/exampleSite/content/slides/example-slides.md was not properly closed with }}.** For more information, see https://help.github.com/articles/page-build-failed-tag-not-properly-terminated/.
This is happening because Jekyll's parser treats any code using double curly braces {{ text }} or curly braces and percent signs {% text %} that's included in inline or fenced code blocks as if it's a Liquid tag.

To stop this happening you'll need to surround any affected code blocks with some tags to tell Jekyll to ignore them:

{% raw %}

your code here

{% endraw %}
You can also surround these tags with Markdown comments, meaning they won't render on GitHub.com:

your code here

Hope this helps! Let us know if you need anything else.

Thanks,
Thomas
GitHub Support

i think the issue with theme and github pages process.

@ghost
Copy link

ghost commented Feb 27, 2019

This issue shouldn't be closed. Check #959

conor-oneill added a commit to conor-oneill/conor-oneill.github.io that referenced this issue Mar 10, 2019
gabyd added a commit to gabyd/gabyd.github.io that referenced this issue Apr 17, 2020
Changed index file because of issues with brackets
See issues here HugoBlox/hugo-blox-builder#874
HugoBlox/hugo-blox-builder#959
conor-oneill added a commit to conor-oneill/conor-oneill.github.io that referenced this issue Aug 15, 2021
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

2 participants