View gist:8eae75f6a276ede7c25b1ba27a60eee4
This file contains 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
Verifying my Blockstack ID is secured with the address 17PzqkWrHkMKQTq8x7yApMYZrXQ2m3fiP4 https://explorer.blockstack.org/address/17PzqkWrHkMKQTq8x7yApMYZrXQ2m3fiP4 |
View gist:e0fc8c7065948e8a7e4e0e78ef0427ab
This file contains 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
#222222,#2F2F2F,#F92772,#FFFFFF,#A6E22D,#f8f8f2,#66D9EF,#BE84F2 |
View Monokai.tmTheme
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Monokai</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> |
View phpcs.xml
This file contains 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
<?xml version="1.0"?> | |
<ruleset name="@netweb' custom `phpcs.xml` file for Gutenberg"> | |
<!-- Use colors in output --> | |
<arg value="-colors"/> | |
<!-- Show Progress --> | |
<arg value="p"/> | |
<!-- Now get everything else from this file --> |
View NewBB.php
This file contains 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
<?php | |
/** | |
* bbPress NewBB 4.x Converter | |
* | |
* @package bbPress | |
* @subpackage Converters | |
*/ | |
/** |
View config.local.yaml
This file contains 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
php: '7.0' | |
hosts: | |
- vagrant.local | |
extensions: | |
- Chassis/Composer | |
- Chassis/Debugging | |
- Chassis/Fish | |
- Chassis/nodejs |
View gist:229a1cbbbf77225a365e229c38ae699c
This file contains 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
<?php | |
/* | |
WordPress Template Hierarchy (as of WordPress 4.6) | |
is_404() ------------------------------------------------------------------------------------------------> 404.php | |
is_search() ---------------------------------------------------------------------------------------------> search.php | |
is_front_page() -----------------------------------------------------------------------------------------> front-page.php | |
is_home() -----------------------------------------------------------------------------------------------> home.php |
View gist:229ebf9df1cda7287af21ca312f243f5
This file contains 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
Verifying that +netweb is my blockchain ID. https://onename.com/netweb |
View bbpress.scss
This file contains 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
/** | |
* bbPress specific CSS | |
* | |
* @package bbPress | |
* @subpackage Theme | |
*/ | |
/* =bbPress Style | |
-------------------------------------------------------------- */ |
View 0_reuse_code.js
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
NewerOlder