_brent

menuVisible =

theme = THEMES.

Thanks for checking out the site. It's still a work in progress, but I hope you enjoyed it.

const menu = [

]

Website

Compiled successfully at 3/6/2023 16:41:46

Snippets

// Helpful code snippets for things I'm always forgetting.

  • Delete config files via drush

    // drupal, drush

  • Run terminal in Rosetta 2

    // terminal

  • Self-update Composer to any version

    // composer, drupal

  • Remove Composer memory limit

    // composer, drupal

  • Remove cached items from .gitignore

    // git

  • Find & replace all ACF timestamps in VS Code using regex.

    // regex, acf, vscode