Skip to content

Instantly share code, notes, and snippets.

View xqsit94's full-sized avatar
🙏
Vanakkam

Manikandan B xqsit94

🙏
Vanakkam
View GitHub Profile
@xqsit94
xqsit94 / MeiliSearch.md
Created April 13, 2024 04:59 — forked from eliyas5044/MeiliSearch.md
MeiliSearch installation and configuration.
@xqsit94
xqsit94 / astrojs-deploy.yml
Created September 12, 2023 13:57
Deploy your astro site to github pages which uses bun
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:
@xqsit94
xqsit94 / config.js
Created September 4, 2023 17:24
Blog Featured Image Generator
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",