โก Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine ๐
๐
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
const imageWidth = 1280; | |
const imageHeight = 720; | |
const coverTitle = "The quick brown fox jumped over the lazy dog"; | |
const predefinedColoursLight = ["#559BFF", "#FFD948", "#CD1FFF", "#41FFA7"]; | |
const predefinedColoursDark = [ | |
"#281140", | |
"#023373", | |
"#044035", | |
"#131827", | |
"#012340", |
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
name: Deploy to GitHub Pages | |
on: | |
# Trigger the workflow every time you push to the `main` branch | |
# Using a different branch name? Replace `main` with your branchโs name | |
push: | |
branches: [ main ] | |
# Allows you to run this workflow manually from the Actions tab on GitHub. | |
workflow_dispatch: |
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
defaults write com.apple.dock appswitcher-all-displays -bool true | |
killall Dock |