I can not install it #1202
-
hello, I would like some help, I do everything in the documentation about installing the theme, but I am not able to see the error. I copy the repository, clone it, put the bundle command, configure the url, timezone, lag, test it with the command: undle exec jekyll s with the local server, it opens the site, but when I put it in github pages it doesn't work, it returns me --- layout: home # Index page --- if someone help me, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm a beginner, and I ran into the same issue when I tried publishing through GitHub Pages. Here's how I solved the issue
It'll take a few minutes to update. You can also try clearing your browser cache and then revisit your github.io page. |
Beta Was this translation helpful? Give feedback.
I'm a beginner, and I ran into the same issue when I tried publishing through GitHub Pages.
Here's how I solved the issue
bundle exec jekyll s
inside the local cloned repository for it to generate the_site
directory. After that, add your github.io repository in the url line insite_config.yml
file.