tiffmin / Convert 11ty frontmatter to Astro's

0 likes
0 forks
1 files
Last active 1746391523
I needed to convert 11ty formatted frontmatter to use Astro syntax for 20+ files. I needed it quickly and ChatGPT gave me the basics. Included is the chat with the bot so you can tweak it to suit your needs.
1 // ChatGPT conversation to help with this script:
2 // https://chatgpt.com/share/6817d17d-5a24-8002-9471-b5aa174f689d
3
4 import fs from "fs";
5 import path from "path";
6 import matter from "gray-matter";
7 import yaml from "js-yaml";
8
9 // Configuration
10 const inputDir = "./src/content/post/"; // Folder containing markdown files

tiffmin / kill-system-pgsql.sh

0 likes
0 forks
1 files
Last active 1745865952
1 sudo lsof -i :5432
2 kill -9 <PID>

tiffmin / burn iso to disk

0 likes
0 forks
1 files
Last active 1745862992
Burn an iso to disk on macOS using the command line. No need for BelenaEtcher.
1 dd if=archlinux-2024.08.01-x86_64.iso of=/dev/rdisk11 bs=1m

tiffmin / Format USB drive

0 likes
0 forks
1 files
Last active 1745603076
Erase a USB drive from the terminal
1 diskutil list
2 diskutil unmountDisk /dev/somedisk
3 diskutil eraseDisk exFAT NAME /dev/somedisk

tiffmin / tiff's projects

0 likes
0 forks
1 files
Last active 1753226785

Here is a list of my other projects

Tildes

Newer Older