A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing
at main 14 lines 194 B view raw
1root = true 2 3[*] 4indent_style = tab 5insert_final_newline = true 6trim_trailing_whitespace = true 7 8[*.html] 9indent_size = 2 10indent_style = space 11 12[*.{md,mdx}] 13indent_size = 2 14indent_style = space