Step 1: Link required files

{% highlight html %} {% endhighlight %}

Step 2: HTML markup

{% highlight html %}
upper layer
contents layer
{% endhighlight %}

Step 3: Call the {{ site.title }}

{% highlight js %} $(document).ready(function() { $('.oblurlay').oblurlay({ upper: "oblurlay-upper", contents: "oblurlay-contents", clone: "oblurlay-contents-clone", svgBlur: 30 }); }); {% endhighlight %}