this repo has no description
at main 363 B view raw
1source: 2 handle: "marius.bsky.social" 3 collection: "com.whtwnd.blog.entry" 4 5output: 6 posts_dir: "content/posts/leaflet" 7 images_dir: "static/images/leaflet" 8 image_path_prefix: "/images/leaflet" 9 10template: 11 frontmatter: | 12 --- 13 title: "{{ .Title }}" 14 date: {{ .CreatedAt }} 15 original_url: "https://leaflet.pub/{{ .Handle }}/{{ .Slug }}" 16 ---