jekyll-garden.github.io icon indicating copy to clipboard operation
jekyll-garden.github.io copied to clipboard

Setting the homepage/enabled parameter to false in _config.yml does not work as expected.

Open An0d opened this issue 3 years ago • 0 comments

Setting the homepage/enabled parameter to false should display the notes feed but it does not.

# To enable a homepage, change the value to true and add content to _includes/Homepage.html
# If enable : false, notes feed will be as homepage. 
  homepage: 
    enabled: false ##If you need a homepage, change this to true and edit _includes/Homepage.html

This is the current result

image

I will make a PR in order to fix that so the result will be is as follow

image

As we are on the homepage I removed the ← Home link

An0d avatar Dec 24 '22 11:12 An0d