Skip to content

Instantly share code, notes, and snippets.

View Striffly's full-sized avatar

Clément Gayot Striffly

View GitHub Profile
@patrickposner
patrickposner / functions.php
Last active May 16, 2022 19:04
Run Simply Static Pro with WP-Cron
<?php
register_activation_hook( __FILE__, 'ssp_setup_static_export_cron' );
/**
* Setup a cron job to run daily.
*
* @return void
*/
function ssp_setup_static_export_cron() {
@kylemanna
kylemanna / arch-linux-install.md
Last active April 19, 2023 04:40 — forked from binaerbaum/arch-linux-install
Minimal instructions for installing arch linux on an UEFI NVMe system with full system encryption using dm-crypt and luks