Welcome to Obscura — a static site generator built for photographers. This is a sample blog post to show you how everything works. You're looking at rendered Markdown with a photo shortcode embedded below.
Photo Shortcodes
You can reference any photo from your galleries inside a blog post.
The shortcode pulls in the photo as a styled card with its metadata. You can use either the bare filename slug (like above) or the full gallery/photo form.
What's Next
- Replace these sample photos with your own
- Edit
config/site.yamlto set your site title and URL - Create your galleries in
config/galleries.yaml - Write blog posts in
content/posts/ - Run
npm run buildand deploy
Check out the Getting Started guide for more details. Happy shooting.