-
Invite the GitHub bot to the channel you want the updates in
/invite @Github
-
Subscribe to the repo you want updates from
/github subscribe owner/repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
127.0.0.1 localhost | |
127.0.0.1 twitter.com | |
127.0.0.1 mobile.twitter.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(', ')})`, |
OlderNewer