amitmerchant1990 / reverie

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

Not able to host the on github pages #26

Closed therajanmaurya closed 4 years ago

therajanmaurya commented 4 years ago

I tried using Use this template but not able to host on github pages.

Here is my instance: https://therajanmaurya.github.io/

Getting this image

amitmerchant1990 commented 4 years ago

You'll need to update the following parameters in _config.yml file according to your needs.

# Your website URL (e.g. http://amitmerchant1990.github.io or http://www.amitmerchant.com)
# Used for Sitemap.xml and your RSS feed
url: http://www.amitmerchant.com/reverie
enforce_ssl: https://www.amitmerchant.com/reverie

# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
# and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: "/reverie"

For instance, in your case, the baseurl should be /.

Also, as I can see here, https://github.com/therajanmaurya/therajanmaurya.github.io/blob/master/_config.yml, you'll need to update the entire _config.yml as it's having all the data that Reverie is using.

therajanmaurya commented 4 years ago

Thanks! It worked.