Skip to content

Instantly share code, notes, and snippets.

View mandrasch's full-sized avatar
🔍

Matthias Andrasch mandrasch

🔍
View GitHub Profile
@patrickposner
patrickposner / functions.php
Last active April 3, 2024 14:09
Simply Static: Set up a build to run daily with cron.
<?php
register_activation_hook( __FILE__, 'setup_build_cron' );
/**
* Setup a cron job to run daily.
*
* @return void
*/
function setup_build_cron() {
@jonassiewertsen
jonassiewertsen / 1-example-deployer-script.yml
Last active June 30, 2022 13:59
Sharing some different scripts to use Deployer and GitHub actions
import:
- recipe/statamic.php
config:
application: 'statameet'
repository: '[email protected]:jonassiewertsen/my-project-i-want-to-deploy.git'
# keep_releases: 3
shared_dirs:
# - public/img
# - .git
@fgeierst
fgeierst / Main.js
Created July 26, 2022 12:06
Islands architecture with TYPO3+Rollup+Svelte
import Test from './Test.svelte';
// Mount Svelte component
const test = new Test({
target: document.querySelector('#test')
});
@rfay
rfay / brewlink_ddev.sh
Created April 5, 2024 13:57
ddev symlinking scripts