README.md not displayed in jekyll admin
l00nix opened this issue · 1 comments
l00nix commented
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:
- clone a git hub repository
- Install jekyll admin per https://github.com/jekyll/jekyll-admin/blob/master/README.md
- start jekyll: bundle exec jekyll serve
- 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:
😕
l00nix commented
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
---