Josh Branchaud

Results 64 issues of Josh Branchaud

Consider moving this repository from `blog` to `jbranchaud.github.io`. It is more of a full website than just a blog now and it would be helpful to follow the `username.github.io` convention...

question

Add some custom favicon images to this repo so that it doesn't use the default gandi.net ones anymore.

enhancement

Instead of manually specifying all [these page specific redirects](https://github.com/jbranchaud/blog/blob/master/htaccess#L91-L109), can a more generic approach (with regex) be used? Something similar to the approach used in this [SO post](http://stackoverflow.com/questions/234723/generic-htaccess-redirect-www-to-non-www).

enhancement

Explain how to contribute. Right now the document is blank.

When I first wrote the transitions part of the CSS, I was still new to that property. I added transitions properties to both the element and the hovered element, when...

enhancement

Use the [grunt-autoprefixer](https://github.com/nDmitry/grunt-autoprefixer) to make CSS more awesome.

I am thinking about using `cap` as a prefix to avoid conflicts with other css and then the following set of options: - `cap-bottom` - caption positioned inside the image...

enhancement

In order to make the syntax more consistent, `embed-over` has been added with the same functionality as `overlay`. As part of 2.0.0, `overlay` should be removed in favor of only...

enhancement

Add favicons on the gh-pages branch that can be used by the website. Currently favicons from gandi.net are being used.

enhancement