jekyll/jekyll-admin

README.md not displayed in jekyll admin

l00nix opened this issue · 1 comments

Description:

I am trying to edit my github gh-pages site. I want to edit the README.md page as well but it is not being displayed in jekyll admin under pages. Not sure why and what I am doing wrong.

Tell us a bit about yourself:

  • Version of JekyllAdmin I'm using <HINT: use bundle show to check>: 4.2.2
  • Version of Jekyll I'm using <HINT: use bundle show to check>: 0.11.0
  • Version of NodeJS I'm using <HINT: use node -v to check>: v12.22.5
  • Operating System <e.g. OS X, Windows>: Debian Bulleseye
  • Browser <e.g, Safari, Chrome>: Edge

Steps to reproduce:

  1. clone a git hub repository
  2. Install jekyll admin per https://github.com/jekyll/jekyll-admin/blob/master/README.md
  3. start jekyll: bundle exec jekyll serve
  4. browse to http://localhost:4000/admin

I expected the following:

I expected to see readme.md in the pages section

But got the following, instead:

I can't see readme.md as a page listed to edit

Other details:

😕

Never mind - I figured it out

I needed to add the title section into the README.md file for it to get picked up by jekyll admin.

---
title: Title
---