amitmerchant1990 / reverie

:art: A ridiculously elegant Jekyll theme.
https://reverie.pages.dev
MIT License
779 stars 683 forks source link

How to set About section to "primary" page? #19

Closed julianstastny closed 4 years ago

julianstastny commented 4 years ago

Hi, I am not familiar with HTML, so please excuse if this is really stupid and trivial - But how would I set the About section to be the primary page, in the sense that it is the one that appears first if one calls "username.github.io" or clicks on the logo or blog title?

Thanks in advance!

codestin commented 4 years ago

The first answer with the green checkmark here may solve your issue in a hack-y way: https://stackoverflow.com/questions/31166747/jekyll-default-page i.e.

In essence, this "swaps" the about page with the current front page with articles. I hope this helps!

amitmerchant1990 commented 4 years ago

Thanks @codestin!