Takashi Kanemoto
Takashi Kanemoto
@mortezafs Thanks for your idea. I want to fix this problem FUNDAMENTALLY but I cannot find way to do that yet 😓When I load only select2 and bootstrap4 and [set...
fixes #21
@hr-sadooghi Thanks for your works! Could you please resolve conflicts? :bow:
@hr-sadooghi No problem. I'm sorry for my late response :bow: If I have some chances I'm trying to fix this by myself.
@Glendog I'm working on #47. What do you think about this?
I also have the same issue. Would you please reopen it. FYI, my workaround for now is this... ```diff - @import "~material-kit/assets/scss/material-kit"; + @import "~material-kit/assets/scss/material-kit/variables/colors"; + @import "~material-kit/assets/scss/material-kit/variables/shadow"; + @import...
maybe same as #1574
@andreaazzara I use `setTimeout()` actually in my test code instead of `jasmine.clock()` for now. See [here](https://github.com/ttskch/ghsync/blob/master/spec/auto-pusher.spec.js#L49-L74).
@gernotstarke Thanks for using. You can use [`/assets/img/`](https://github.com/ttskch/jekyll-ttskch-theme/tree/master/assets/img) dir for putting your own images. For example,  This change shows the specified image correctly like below.  I hope this...
@gernotstarke So sorry for my late response 🙇 And I belatedly realized that relative path like `assets/img/ogp.png` works well in a limited situation. It works well only when the jekyll...