janczizikow / sleek

:chart_with_upwards_trend: Sleek is a modern Jekyll theme focused on speed performance & SEO best practices
https://janczizikow.github.io/sleek/
MIT License
423 stars 638 forks source link

question:github deployment #28

Closed perrosdatos closed 6 years ago

perrosdatos commented 6 years ago

HI,

I have an issue when a try to deploy to github the routing doesnt work correctly, dou you have an example where you deploy to github?, thanks image

perrosdatos commented 6 years ago

Also thank you for your great solution, is amazing, I am trying to start my personal blog and it looks very useful!

janczizikow commented 6 years ago

If you're deploying it as a personal project you should change the settings in _config.yml:

baseurl: "" # the subpath of your site, e.g. /blog || Keep this as nothing if it's a personal page.
url: "https://datadogmx.github.io/" # the base hostname & protocol for your site, e.g. http://example.com

I think that should do the trick, let me know if it helped.

perrosdatos commented 6 years ago

Yes, this change has resolved everything.

Thanks!