Results 15 comments of Clay H

Yes - I sort of get into that at the bottom of the README on the repository. The deal is that Github won’t compile executable code (like the Ruby add-ins...

I looked at the rakefile and I can't see anything immediately obvious that would cause this to happen. It makes me wonder if it is happening in the build stage....

Fundamentally, what the script is supposed to do is build the site locally and push only the site to a specific branch named gh-pages. The source will live on the...

Does it look like it copied your site to the gh-pages branch? Here is a what my gh-pages branch looks like on github for this repo: Notice that I have...

Are you running this command from inside your local project folder : ```rake UploadToGithub.Rakefile```? > On 2021-01-01, at 15:32 :06, knautschzone wrote: > > > Thanks again for the fast...

Hmmm. This sort of stuff drives me nuts. I am not a superuser of git, but it seems like something is amiss with the rakefile when it creates the temporary...

Glad you were able to make it work. I’m guessing it has something to do with some OS difference. Sent from my iPad > On Jan 1, 2021, at 5:48...

Another thing I want to investigate is whether we can tweak the jekyll rendering engine to do this for us when it creates the feed's xml file.

Just looking at your example, I think it has something to do with the enumerate list within a list. I’ll have to look at the CSS to figure out how...

Wow - I have no idea what is happening there. I don’t get that behavior when I run the rakefile. I’ll see if I can figure it out. > On...