latest 14 messages by edburns

+ [2017-02-11T18:02:58Z] edburns Good bye
+ [2017-02-11T18:02:55Z] edburns Thanks for making jekyll.
+ [2017-02-11T15:25:55Z] edburns They have a completely different _config.yml format though.
+ [2017-02-11T15:25:36Z] edburns Using the steps from <http://jekyllrb.com/docs/usage/> made it work.
+ [2017-02-11T15:25:27Z] edburns Looks like I got a bum steer from another set of tutorial steps.
+ [2017-02-11T15:12:21Z] edburns What am I missing?
+ [2017-02-11T15:12:17Z] edburns Well, that worked for the asset path, but the links to the posts still do not have the BASE_PATH.
+ [2017-02-11T15:00:05Z] edburns It's the ASSET_PATH
+ [2017-02-11T14:59:06Z] edburns Can anyone help with this?
+ [2017-02-11T14:58:56Z] edburns However, I observe they are just the plain absolute urls. "/assets"
+ [2017-02-11T14:58:30Z] edburns then when I do "jekyll build --safe" I would expect _site/index.html to have all references prepended with BASE_PATH.
+ [2017-02-11T14:57:34Z] edburns If I set BASE_PATH like so "BASE_PATH : http://ridingthecrest.com/scratch/20170210-jekyll"
+ [2017-02-11T14:56:59Z] edburns Greetings programs, I must be missing something fundamental in my understanding of how BASE_PATH works, when generating my site.