Hey! I changed my username from @penne12 on GitHub to @benaubin.
This is just proof - I'm still the same person :D
If you've cloned an old repo of mine, make sure to change the remote to reflect this change. Instructions
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <meta name="robots" content="noindex, nofollow"> | |
| <meta name="googlebot" content="noindex, nofollow"> | |
| (function(){ | |
| var homepage = { | |
| aboutUsLink: jQuery("a[href*='/about']").css({'background-color': 'red'})[0].href | |
| }; | |
| if(homepage.aboutUsLink){ | |
| var aboutUsPage = jQuery('<iframe>').attr('src', homepage.aboutUs).css({'visibility': 'hidden'}).appendTo('body'); | |
| aboutUsPage[0].contentWindow.jQuery((function(){}).bind(aboutUsPage[0].contentWindow)) | |
| } | |
| var hoaxHash = {homepage: homepage, aboutUsPage: aboutUsPage}; | |
| return hoaxHash; |
| $(".ProfileHeaderCard-bio").attr('contentEditable', true) |
Hey! I changed my username from @penne12 on GitHub to @benaubin.
This is just proof - I'm still the same person :D
If you've cloned an old repo of mine, make sure to change the remote to reflect this change. Instructions
I hereby claim:
To claim this, I am signing this object:
| <div id='product-component-46a813aa036'></div> | |
| <script type="text/javascript"> | |
| /*<![CDATA[*/ | |
| (function () { | |
| var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js'; | |
| if (window.ShopifyBuy) { | |
| if (window.ShopifyBuy.UI) { | |
| ShopifyBuyInit(); | |
| } else { |
| <div id='product-component-46a813aa036'></div> | |
| <script type="text/javascript"> | |
| /*<![CDATA[*/ | |
| (function () { | |
| var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js'; | |
| if (window.ShopifyBuy) { | |
| if (window.ShopifyBuy.UI) { | |
| ShopifyBuyInit(); | |
| } else { |
We grand you, the purchaser of the theme, a non-exclusive wordwide license to use of the item under the terms that follow:
You're allowed to use this item in as many sites as you'd like owned by yourself.
You may not sell or redistribute this theme or any derivatives created using it, although you may transfer this license.
If you transfer the license, you must immediatly cease using the theme on any sites and destroy any copies of the theme you may have made.
You may make modifications to the theme, but you'll still have to follow the terms of this license.
Skyline is a refreshlingly-beautiful Ghost theme.
Defined by the images that cover the top of your home page, Skyline leaves a great impression on your vistors that starts the instance they open your site. Your posts are layed out as fabulous cards that tile down the page.
I paid an amazing amount of detail as I designed Skyline. Every option in Ghost's markdown processor supports looks amazing in Skyline. Beautiful fonts add to the artistry of the theme. Full-bleed images and videos take up the full width of the screen. Authors are recognized with their picture and bio after each of their posts. Skyline has great built in support for [Facebook][fb-comments], [Disqus][disqus] and [Carnival][carnival] and can be easily extended to support others. Even subscriptions and error pages are custom designed to match the atmosphere of your site. We love it so much, it's the theme we use for this very site!
To recap, Skyline has:
| var APPS_TO_INSTALL = ["section-from-content"]; | |
| // install or remove | |
| var action = "install"; | |
| // don't change the following | |
| var _ = require('lodash'); | |
| var Promise = require('bluebird'); |