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

No _posts links in the _site/index.html document #31

Open
oleksabor opened this issue Jun 30, 2021 · 0 comments
Open

No _posts links in the _site/index.html document #31

oleksabor opened this issue Jun 30, 2021 · 0 comments

Comments

@oleksabor
Copy link

I've did Kickster setup as documented

created the blog as kickster new blog

Please find bin/setup output attached
setup.log

The problem is that blog/_site/index.html has no blog posts from the blog/_posts folder.

I run bundle exec jekyll serve under the blog folder having blog/_posts/2021-05-05-test.html like below

<p>test html</p>

and the blog\_site\2021\05\05\test\index.html is created but the blog\_site\index.html document has no references to post.

Then I've updated the blog/Gemfile with the gem "kramdown-parser-gfm" line and tried with the 2021-06-30-welcome-to-jekyll.markdown (from the sample jekyll site) in the blog/_posts/2021-06-30-welcome-to-jekyll.markdown

The blog\_site\jekyll\update\2021\06\30\welcome-to-jekyll\index.html was created after build but the blog/_site/index.html has no reference for it.

I have just did the same for jekyll

jekyll new myblog
cd myblog
bundle exec jekyll serve

and the test file myblog\_posts\2021-06-30-welcome-to-jekyll.markdown appeared in the _site/index.html document body.

Help me please is there anything I should know about the kickster setup to have posts entry links renderred in the _site/index.html body?

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

1 participant