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:
| # Make IE be less stupid and use the latest doc mode | |
| BrowserMatch MSIE best-standards-support | |
| Header set X-UA-Compatible IE=edge env=best-standards-support |
| // --------------------------------------------------------------------------------- | |
| // CSS Image Paths | |
| // --------------------------------------------------------------------------------- | |
| $bg-img-path: '/path/to/images/'; // Base Path for BG Layout Images |
| 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] |
| <section data-type="background" data-speed="10"> | |
| </section> |
| <?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"; |
| # Required | |
| # -------- | |
| scheme: sftp | |
| host: | |
| username: | |
| password: | |
| # Optional | |
| # -------- |
I hereby claim:
To claim this, I am signing this object:
| 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. |
| {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. --> |
| #!/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. |