[READ-ONLY] Mirror of https://github.com/andrioid/md-social. markdown social media poster (experimental)
0

Configure Feed

Select the types of activity you want to include in your feed.

md-social / mise.toml
421 B 20 lines
1[env] 2_.file = '.env' 3 4[tools] 5go = "1.24" 6watchexec = "latest" 7node = "lts" 8"ubi:cli/cli" = { version = "latest", exe = "gh" } 9"ubi:linebender/resvg" = { version = "latest", exe = "resvg" } 10 11[task_config] 12includes = ["scripts"] 13 14[tasks.dev] 15run = "mise watch dev:*" 16 17 18[tasks."dev:go"] 19sources = ["go.mod", "**/*.go", "og-image-template.svg", ".env"] 20run = "go build -o bin/md-social . && ./bin/md-social parse examples"