Does anyone have experience with setting up a github.io site? Jekyll is driving me nuts and I'm no ruby expert.
@chuck thank you!
repo: https://github.com/ashanhol/ashanhol.github.io
trying to use this theme: https://github.com/mmistakes/minimal-mistakes
I have a post in /_posts/ but its not displaying on the site (ashanhol.github.io). I have a feeling I'm either navigating to the wrong url (idk how though) or my _config.yml is wrong
@chuck @FeyTechnologist I haven't gotten it running locally but two ideas:
1. I think `base_url` should probably be empty double quotes rather than /
2. And the desired theme has a "posts" layout but not a "post" layout https://github.com/mmistakes/minimal-mistakes/tree/master/_layouts
post dependency wrestling, lookit this
Build Warning: Layout 'page' requested in about.md does not exist.
@FeyTechnologist One sec, activating dead braincells... its been a minute since i've done this but let me clone your repo and get it working locally. we'll start there.