Sebastian Gniazdowski

Results 153 comments of Sebastian Gniazdowski

Thanks, I'm going for serving `public` directory, however, page doesn't seem to work that way. You can try `jeykyll serve` from within `public` – browser will show only background. `bundle...

Also, I cannot see posts, and debugger shows: http://imgur.com/a/anyoJ

The repo is: `https://github.com/zdharma/zdharma.github.io`. I'm now ongoing solving problem with 404, cooperating with Github. Also, have problems "mixed-content" Firefox error, loading HTTP (bundle.js) from HTTPS page. Not sure if changing...

PS. There is a minor problem – first word of post isn't present in summary (post's box on title page), but is present at full view: http://imgur.com/a/iARNZ

Yes the page is working. Thanks for the theme, it's exceptional. The HTTPS/HTTP problem seems to be solved by use of HTTP links because Github quite enforces HTTP when using...

I count on fixes, Material/React is very difficult. I've tried to use icon for "Read more" button. Want to put this image as the button: http://vignette1.wikia.nocookie.net/lostpedia/images/6/60/Hieroglyphs.JPG I have a better...

I've found code responsible for first word skipping: ```js const createMarkup = (post) => { let body = post.body.split(' '); - body = body.slice(1, 50); + body = body.slice(0, 50);...

Managed to get the button via ``. It's OK, actually nice. Flashes with green for a moment though. Thanks for the search fix and for including ZUI code at the...

I've created mailchimp account, went to the signup forms, copied form-internal-data from "Embedded Forms". When testing the subscription, I get the normal new page at mailchimp, with message about confirmation...

Patch 4301605 contains handling of embedded, recursive `%()`-substitutions. Even `%(sh printf %(sh printf $HOME))` is possible, and also the needed `%(sh printf %(commit))`. @krobelus review?I've read your previous review and...