Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am codyogden on github.
  • I am codyogden (https://keybase.io/codyogden) on keybase.
  • I have a public key whose fingerprint is 402C 89C8 2E99 04A9 53AC 8751 B3E2 9358 1618 1F2D

To claim this, I am signing this object:

@codyogden
codyogden / wp-auth0.php
Last active August 8, 2021 23:04
How to specify the Auth0 SSO connection in WordPress with PHP and skip the Auth0 Login Page.
<?php
/**
* Get a valid list of Auth0 Connection slugs.
* use the `wpa0_sso_connection` filter to add or remove slugs.
*
* @return Array Array of Auth0 Connection slugs.
*/
function wpa0_sso_connections() {
$connections = array();
return apply_filters( 'wpa0_sso_connections', $connections );
@codyogden
codyogden / buildlog.txt
Created July 28, 2021 06:08
The Umami build log from Digital Ocean
```log
[2021-06-24 13:11:40] => Got dockerfile_path: Dockerfile
[2021-06-24 13:11:40]
[2021-06-24 13:11:41] => Building app using Dockerfile
[2021-06-24 13:11:41] => Injecting app environment variables:
[2021-06-24 13:11:41] HASH_SALT DATABASE_TYPE IGNORE_IP DATABASE_URL
[2021-06-24 13:11:41] => Using Dockerfile: /.app_platform_workspace/Dockerfile
[2021-06-24 13:11:41] => Using build context /.app_platform_workspace/
[2021-06-24 13:11:41]
@codyogden
codyogden / docsify-custom-paragraph-class-plugin.js
Created February 24, 2020 22:53
Add custom class to markdown paragraph with docsify plugin.
/*
HTML String includes:
...
<p>.info> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
..
Matches and makes replacement with:
...
<p class="info">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
@codyogden
codyogden / README.md
Created February 11, 2020 23:21 — forked from darrenjaworski/README.md
DocScores api and pagination
@codyogden
codyogden / CHANGELOG.md
Created June 12, 2019 05:53
Changelog from wpe-cli (WP Engine DevKit)

0.13.0 (2019-06-10)

Bug Fixes

  • Push, pull and SSH should now respect default environments (e01d906)
  • Use appropriate output when trying to create a site that already exists (91fa121)
  • new: Ensure the top-level-domain is not repeated in new project domains (ab54624)
@codyogden
codyogden / Predawn.terminal
Created April 30, 2019 12:01
Cody Ogden's terminal theme.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ANSIBlueColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjU3MjU0OTAxOTYgMC43NDkwMTk2MDc4IDAuNzQ5MDE5NjA3OAAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
const webpack = require('webpack');
module.exports = (env, argv) => {
const config = {
entry: './src/App.jsx',
output: {
path: __dirname,
publicPath: '/',
filename: '[name].js',
},
@codyogden
codyogden / wcmsp.txt
Created August 20, 2018 03:09
The list of attendee Twitter handles from the WordCamp Minneapolis/St. Paul site.
@abebumpus
@NetProductmgr
@apmeyer
@surrealwebs
@segaradam
@wpmodder
@asauk5
@oobbs
@andyurczyk
@andreaktrew
<?php
$backgroundImage = get_sub_field('background_image');
$titleText = get_sub_field( 'title_text' );
$subtitleText = get_sub_field( 'subtitle_text' );
$buttonText = get_sub_field( 'button_text' );
$buttonLink = get_sub_field( 'button_link' );
?>
<div class="slide slide-basic" style="background-image:url('<?php echo $backgroundImage; ?>');">
<div class="slide-basic-content">