This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| banner_image... | |
| img src="{{ post.banner_image }}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| /** | |
| * Example 1 | |
| */ | |
| anchors.options = { | |
| placement: 'right', | |
| visible: 'hover', | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require "jekyll-import"; | |
| JekyllImport::Importers::Blogger.run({ | |
| "source" => "./blog-08-23-2017.xml", | |
| "no-blogger-info" => false, # not to leave blogger-URL info (id and old URL) in the front matter | |
| "replace-internal-link" => false, # replace internal links using the post_url liquid tag. | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| .newspaper { | |
| -webkit-columns: 100px 3; /* 3 Columns Chrome, Safari, Opera */ | |
| -moz-columns: 100px 3; /* 3 columns Firefox */ | |
| columns: 100px 3; | |
| } | |
| </style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .entry-title { | |
| background-color: $picton-blue; | |
| clear: both; | |
| color: $white; | |
| float: left; | |
| font-size: 36px; | |
| margin: 60px 0 0; | |
| max-width: 75%; | |
| padding: 30px; | |
| -ms-word-wrap: break-word; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Centers the hell | |
| out of Embeded Videos | |
| */ | |
| .video-container { | |
| position:relative; | |
| padding-bottom:56.25%; | |
| padding-top:30px; | |
| height:0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--- Above/Before ]]></b:skin> Blogger Template table styles--> | |
| table.bigE { | |
| border-collapse: initial; | |
| border-color: #eee; | |
| border-style: dashed; | |
| padding: 1px; | |
| table-layout: fixed; | |
| width: 100%; | |
| background-color: #ffffff; |