I hereby claim:
- I am johnny13 on github.
- I am thirt13n (https://keybase.io/thirt13n) on keybase.
- I have a public key ASAbuv-9281qzftOHOFT9qzbT9_EC7c1idYI5hNuMNThvAo
To claim this, I am signing this object:
| // Hyper |
| // Hyper |
| export PRESEED_COUNTRY="US" | |
| export PRESEED_HOSTNAME="fractal-server" | |
| export PRESEED_KEYMAP="us" | |
| export PRESEED_LANGUAGE="en" | |
| export PRESEED_LOCALE="en_US.UTF-8" | |
| export PRESEED_PASSWORD="fractal" | |
| export PRESEED_USER_FULLNAME="FRAC" | |
| export PRESEED_USERNAME="frac" | |
| export PRESEED_TIMEZONE="America/Chicago" |
| server { | |
| listen 80; | |
| listen 443 ssl http2; | |
| server_name .myriad.app; | |
| root "/home/vagrant/code/myriad"; | |
| index index.html index.htm index.php; | |
| charset utf-8; |
| # Installs Homebrew (3.4.1 as of Jan 11th 2018) | |
| brew install ffmpeg --with-fdk-aac --with-game-music-emu --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-libvpx --with-opus --with-x265 --with-dcadec --with-faac --with-font-config --with-frei0r --with-libbluray --with-libbs2b --with-libcaca --with0libsoxr --with-openjpeg --with-openssl --with-theora --with-webp --with-tools |
| <?php | |
| /* | |
| One wp-config for local development to staging to production. | |
| */ | |
| // Define Environments | |
| $environments = array( |
| <?php | |
| $email = (new WP_Mail) | |
| ->to('john.doe@gmail.com') | |
| ->subject('WP_Mail is great!') | |
| ->template(get_template_directory() .'/emails/demo.html', [ | |
| 'name' => 'John Doe', | |
| 'location' => 'London', | |
| 'link' => 'http://github.com/anthonybudd/WP_Mail' | |
| ]) |
I hereby claim:
To claim this, I am signing this object: