Skip to content

Instantly share code, notes, and snippets.

@merlinstardust
merlinstardust / blockSites
Last active October 31, 2020 15:49
Block sites
127.0.0.1 localhost
127.0.0.1 twitter.com
127.0.0.1 mobile.twitter.com
@merlinstardust
merlinstardust / RainbowText.jsx
Created July 5, 2023 17:58
Rainbow Text using enchanted land font
import localFont from 'next/font/local';
const enchantedLandFont = localFont({ src: './enchanted-land.ttf' });
const headerStyle = (colors) => ({
display: 'inline',
margin: 0,
fontSize: 500,
fontWeight: 400,
background: `-webkit-linear-gradient(left, ${colors.join(', ')})`,
@merlinstardust
merlinstardust / github_bot_integration.md
Last active May 23, 2024 18:52
GitHub Bot Integration for Public and Enterprise

Public GitHub (github.com)

  1. Invite the GitHub bot to the channel you want the updates in

    • /invite @Github
  2. Subscribe to the repo you want updates from

    • /github subscribe owner/repo