Часть «динамики» реализуется сторонними сервисами или на JS
Powered by Node.js
file.html.md
---
title: "Как сверстать Гауссово размытие"
description: "Как сделать гауссово размытие (gaussian blur) в браузере без javascript"
created_at: 2013-03-07
kind: article
layout: 'default'
disqusid: gaussian-blur
tags:
- css
- svg
---
<p>Понадобилось мне как-то сверстать такой эффект: ...
<html>
<head>
<title><%- @document.title %> / <%- @site.title %></title>
<meta name="description"
content="<%= @getPreparedDescription() %>" />
</head>
<body>
<article class="page-content">
<h1 class="article-title"><%- @document.title %></h1>
<%- @content %>
</article>
</body>
</html>
<% if @projects.length: %>
<% for project in @projects: %>
<a href="<%= project.url %>"><%= project.name %></a>
<p><%= project.description %></p>
<% end %>
<% else: %>
No projects
<% end %>
npm install --save docpad-plugin-#{pluginName}