[🔍]
$ find . -name '*.md' -type f
$ wc -l ./posts/* | tail -1

0 posts found. [rss] [archives]

$ grep -r "tag:" ./posts/* | cut -d: -f2 | sort -u