Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mintbird
mintbird / WordPress-Gutenberg-Snippets-JS.md
Last active July 25, 2023 03:21
WordPress / Gutenberg Snippets

Retrieve global styles (theme.json)

wp.data.select("core").__experimentalGetCurrentThemeBaseGlobalStyles();
@mintbird
mintbird / setup-hassio.sh
Created September 7, 2020 10:14
Script for Installing Home Assistant for Raspberry Pi Zero / Zero W
#!/bin/bash
# Createed from instruction on this page
# https://www.home-assistant.io/docs/installation/raspberry-pi/
# Update library
sudo apt-get update
sudo apt-get upgrade -y
# Install required library