Because finding anything in this page is harder than it should be
| Date | Article | Contents |
|---|---|---|
| 2015-02-02 | Unearthed Arcana: Eberron [PDF] | Changelings, shifters, warforged, Wizard (Artificer), rules for action points, dragonmarks |
| // /extensions/users-permissions | |
| "use strict"; | |
| /** | |
| * Module dependencies. | |
| */ | |
| // Public node modules. | |
| const _ = require("lodash"); | |
| const request = require("request"); |
Because finding anything in this page is harder than it should be
| Date | Article | Contents |
|---|---|---|
| 2015-02-02 | Unearthed Arcana: Eberron [PDF] | Changelings, shifters, warforged, Wizard (Artificer), rules for action points, dragonmarks |
choco install conemu -ychoco install nginx -y
** The -y argument is to skip any confirmation messages...just install it. It's fine ;)| /**************************\ | |
| Basic Modal Styles | |
| \**************************/ | |
| .modal { | |
| font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; | |
| } | |
| .modal__overlay { | |
| position: fixed; |
How to get auto-deploy working from Gitlab to your Digital Ocean (DO) server.
Install https://github.com/olipo186/Git-Auto-Deploy (via apt-get):
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:olipo186/git-auto-deploy
sudo apt-get update
sudo apt-get install git-auto-deploy
| <?php | |
| /** | |
| * deploy.php by Hayden Schiff (oxguy3) | |
| * Available at https://gist.github.com/oxguy3/70ea582d951d4b0f78edec282a2bebf9 | |
| * | |
| * No rights reserved. Dedicated to public domain via CC0 1.0 Universal. | |
| * See https://creativecommons.org/publicdomain/zero/1.0/ for terms. | |
| */ | |
| // random string of characters; must match the "Secret" defined in your GitHub webhook |
| {% comment %} | |
| # | |
| # Explanation: | |
| # | |
| # This include splits the content of {{ content }} into | |
| # two parts if Jekyll finds an excerpt separator. This allows | |
| # extra styling of the first part to enlarge the the fontsize | |
| # of the teaser for example. | |
| # | |
| # The excerpt separator can be defined directly in your |
| <?php | |
| function wpse_dequeue_google_fonts() { | |
| wp_dequeue_style( 'divi-fonts' ); | |
| } | |
| add_action( 'wp_enqueue_scripts', 'wpse_dequeue_google_fonts', 20 ); |
| taskkill /F /IM ssh-agent.exe /T |