pippim.com

Results 34 comments of pippim.com

Using your handy "Copy" button on your blog I had all the files setup in five minutes. The only thing was the "Copy 📋" button didn't do anything. Then I...

I received a comment on this issue today. I looked at the blog and see that the Copy button is now inside the fenced code block. Previously the button appeared...

@AleksandrHovhannisyan Thank you for the quick reply. I think I found what you are talking about [in your JavaScript](https://github.com/AleksandrHovhannisyan/aleksandrhovhannisyan.com/blob/a2163460b766fd4bc9b90868b2b406e435c987cb/src/assets/scripts/index.mjs#L23). I will study the code and see how to update your...

I'm having the same problem: ![jekyll code bock size in header](https://user-images.githubusercontent.com/92641463/141693093-e8f5345c-d315-423c-9dee-52b501329bad.png) I posted a [question in Stack Overflow](https://stackoverflow.com/questions/69959426/jekyll-code-block-size-in-header-is-too-small) seeking guidance to changing just a portion of the `.main_content` scss: ```...

@apjanke As shown below I've fixed the problem: ![jekyll code block size in header 92%](https://user-images.githubusercontent.com/92641463/141701520-d569f608-7b8b-495e-bb2e-683638f8a9aa.png) I made the fix by first copying the entire file `https://github.com/pages-themes/cayman/blob/master/_sass/jekyll-theme-cayman.scss` to my repo's `_sass/`...

@BenSouchet For myself, it was simple enough to get title working by copying over `default.html` from Cayman Themes to my own repo. I did not have to do any replacing...

@Cactusinhand in Ubuntu-land, the folks at Canonical will **sloowwwllllyyyy** upgrade to the latest Git client version. Another Ubuntu user @lastikas suggested above that downgrading to Git version `1.4` will also...

@jneen thanks for confirming. The list was just updated a day or two ago. Can you advise how to run `rougify list` within GitHub Pages and save the results to...

@tancnle Sorry for slow response. Thank you for the explanation. What I did is scrape the file with `wget` and add the missing languages (that I use in Stack Exchange):...

@mhagger Thank you. Successfully downgraded to version 1.4 now.