I hereby claim:
- I am chadclark on github.
- I am chadclark (https://keybase.io/chadclark) on keybase.
- I have a public key whose fingerprint is 9E1E 1318 E58A 2A06 E411 3319 26BF 585B 10F6 BD7B
To claim this, I am signing this object:
| #fields .field:not(:last-child):after { | |
| background-color: #e3e5e8; | |
| content: ''; | |
| display: block; | |
| height: 1px; | |
| margin-top: 32px; | |
| position: relative; | |
| left: -24px; | |
| width: calc(100% + 48px); | |
| } |
| <?php | |
| /** | |
| * Imager by André Elvan | |
| * | |
| * @author André Elvan <http://vaersaagod.no> | |
| * @package Imager | |
| * @copyright Copyright (c) 2016, André Elvan | |
| * @license http://opensource.org/licenses/mit-license.php MIT License | |
| * @link https://github.com/aelvan/Imager-Craft |
| #!/bin/sh | |
| # Sync remote assets to a local directory | |
| # ---------------------------------------------- | |
| # | |
| # Useful for syncing images uploaded to a remote server to a local directory. | |
| # | |
| # Don’t forget chmod +x to make the script executable. | |
| # | |
| # Change the extension to .command to run the script directly from OS X Finder. |
| {assign_variable:master_weblog_name="blahg"} | |
| {exp:rss:feed weblog="blahg"} | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- This is a WordPress eXtended RSS file generated by ExpressionEngine as an export of your blog. --> | |
| <!-- It contains information about your blog's posts, comments, trackbacks and categories. --> | |
| <!-- You use this file to transfer content from your ExpressionEngine blog to your WordPress blog. --> | |
| <!-- To import this information into a WordPress blog follow these steps. --> | |
| <!-- 1. Log into that blog as an administrator. --> |
| Being frustrated for the 87th time after SVGO (via gulp-imagemin) rendered my SVG files exported from Sketch.app useless, I tested to figure out which SVGO plugins to disable. |
I hereby claim:
To claim this, I am signing this object:
| # Required | |
| # -------- | |
| scheme: sftp | |
| host: | |
| username: | |
| password: | |
| # Optional | |
| # -------- |
| <?php | |
| if ( ! defined('EXT')){ | |
| exit('Invalid file request'); | |
| } | |
| $conf['app_version'] = ""; // EE Version Number -- Fill this in before updating so it knows where to begin | |
| $conf['license_number'] = ""; | |
| $conf['debug'] = "1"; | |
| $conf['install_lock'] = "1"; |
| <section data-type="background" data-speed="10"> | |
| </section> |
| RewriteEngine On | |
| # Robots.txt for Staging and Production -- change productiondomain.com to the actual url of your production site | |
| RewriteCond %{HTTP_HOST} !productiondomain.com$ [NC] | |
| RewriteRule ^robots.txt robots_dev.txt [L] |