kickster icon indicating copy to clipboard operation
kickster copied to clipboard

No _posts links in the _site/index.html document

Open oleksabor opened this issue 3 years ago • 0 comments

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?

oleksabor avatar Jun 30 '21 15:06 oleksabor