Ollie Kavanagh

Results 5 issues of Ollie Kavanagh

I'm trying to animate body colours between pages but my body CSS classes are not being updated. e.g. this code won't work ``` Content ``` It only seems to work...

My portfolio site uses quite a few SVGs inline, this breaks with the error... ``` Uncaught Error: Namespace attributes are not supported. ReactJSX is not XML. ``` I can get...

bug

I'm generating blog pages using the Contentful Middleman gem, within these yaml files I have Markdown content that I pass through a markdown renderer with code blocks ``` def markdown(content)...

Great plugin, could we get a 0.1.5 version tagged from Master? Wanted to use the `meteringLevelBarSingleStick` and would prefer not pinning to master if possible. Thanks :)

I'm trying to paginate data brought in from Contentful, but struggling with the following error.. `middleman-pagination-86aa6efd5409/lib/middleman/pagination/index_path.rb:41:in 'index_file_pattern': undefined method 'index_file' for # (NoMethodError)` My set up is as follows... **-...