Adding Jekyll Admin

Adding Jekyll Admin

( last updated : December 15, 2021 )
assignment


Abstract

Jekyll Admin Page

How to do it? First you will need to add the Jekyll admin plugin to the gemfile.

        gem ‘jekyll-admin’, group: :jekyll_plugins

        

Add this to the gemfile and start jekyll connect to the localhost:4000/admin

Originally published
Latest update December 15, 2021

Related posts :