This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}
| %clearfix { | |
| &:after { | |
| content: ""; | |
| display: table; | |
| clear: both; | |
| } | |
| } |
| ////////////////////////////////////////////////////////////////////////// | |
| ////////////////////////////////////////////////////////////////////////// 570px and up | |
| ////////////////////////////////////////////////////////////////////////// | |
| @media only screen and (min-width : 570px) { | |
| } | |
| ////////////////////////////////////////////////////////////////////////// | |
| ////////////////////////////////////////////////////////////////////////// 630px and up |
| # Require any additional compass plugins here. | |
| # Set this to the root of your project when deployed: | |
| http_path = "/" | |
| css_dir = "css" | |
| sass_dir = "_scss" | |
| images_dir = "img" | |
| javascripts_dir = "js" | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title></title> | |
| <meta charset="utf-8" /> | |
| <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport"> | |
| <link rel="stylesheet" href="css/styles.css"> | |
| </head> | |
| <body> | |
| </body> |
| <?php | |
| namespace Craft; | |
| class AutoActivatePlugin extends BasePlugin | |
| { | |
| function getName() | |
| { | |
| return Craft::t('Auto activate from CP'); | |
| } |
| @mixin flex-container($direction:row wrap, $justify:flex-start) { | |
| display: -webkit-flex; | |
| display: -moz-flex; | |
| display: flex; | |
| -webkit-flex-flow: $direction; | |
| -moz-flex-flow: $direction; | |
| flex-flow: $direction; | |
| -webkit-justify-content: $justify; | |
| -moz-justify-content: $justify; | |
| justify-content: $justify; |
This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}