jekyll / jekyll-admin

A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.
https://jekyll.github.io/jekyll-admin/
MIT License
2.83k stars 359 forks source link

README.md not displayed in jekyll admin #683

Closed l00nix closed 2 years ago

l00nix commented 2 years ago

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:

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:

:confused:

l00nix commented 2 years ago

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
---