{"id":15481066,"url":"https://github.com/pyronaur/markdown-blog","last_synced_at":"2025-10-18T12:27:42.550Z","repository":{"id":144768719,"uuid":"548009579","full_name":"pyronaur/markdown-blog","owner":"pyronaur","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-01T15:32:02.000Z","size":8993,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T00:20:02.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyronaur.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-08T18:51:20.000Z","updated_at":"2022-10-08T18:52:13.000Z","dependencies_parsed_at":"2024-04-04T12:30:15.610Z","dependency_job_id":null,"html_url":"https://github.com/pyronaur/markdown-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronaur%2Fmarkdown-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronaur%2Fmarkdown-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronaur%2Fmarkdown-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronaur%2Fmarkdown-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyronaur","download_url":"https://codeload.github.com/pyronaur/markdown-blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987108,"owners_count":21028891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T05:01:11.733Z","updated_at":"2025-10-18T12:27:37.499Z","avatar_url":"https://github.com/pyronaur.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Blog Manager\n\nCreate, browse and edit Markdown Blog posts from Raycast.\n\n## Setup\n\nThis extension helps organize, edit and publish blog posts from Raycast. To do achieve this, it makes a couple assumptions about the structure of your blog.\n\n1. Posts are stored in a folder on your computer.\n2. Posts are written in `md` or `mdx` files.\n3. Drafts and published posts are stored in separate folders.\n4. Posts can be categorized using sub-directories.\n\n## Folder Structure\nYou can keep your posts anywhere on your computer and configure the posts and drafts directories separately.\n\nThis is the folder structure I use with Astro:\n\n```\n/pyronaur.com\n\t/src\n\t\t/content\n\t\t\t/public\n\t\t\t\t- post1.md\n\t\t\t\t- post2.md\n\t\t\t\t/subdirectory-name\n\t\t\t\t\t- post3.md\n\t\t\t\t\t- post4.md\n\t\t\t/draft\n\t\t\t\t- post5.md\n\t\t\t\t- post6.md\n\t\t\t\t/another-subdirectory\n\t\t\t\t\t- post7.md\n\t\t\t\t\t- post8.md\n```\n\nWhen a post is published, it's moved from the drafts folder to the public folder. For example, `post7.md` would be moved from `/drafts/another-subdirectory` to `/public/another-subdirectory`.\n\nThe slugs of each post must be unique even though they may be in different directories.\n\n## Variables and Templates\n\nBy default, this extension uses the Frontmatter format for markdown files. If you don't want to use Frontmatter or you just want to tweak the template, you can do so.\n\nCreate a `.template.md` file in the `drafts` directory or any sub-directories. This template will be used when creating a new post.\n\nThe default template is:\n\n```frontmatter\n---\ntitle: __title__ \nsummary: __summary__\ndate: __date__\n---\n\nOnce upon a time...\n```\n\nThe `__title__` and `__summary__` variables will be replaced with the values you enter when creating a new post. And `__date__` will be replaced with the current date formatted as `YYYY-MM-DD`.\n\nWhen a post is published, the `date` Frontmatter variable is going to be updated again with the current publishing date.\n\n\u003e Note: This feature currently isn't going to work if you don't use Frontmatter or have the `date` variable customized to something else. Let me know if this is something that you'd like to see. I'm happy to add it, if that's something that you'd find useful.\n\n## Ignore\n\nYou might want to ignore some files inside the blog directories.\n\nIn the root of each of you content directories (`draft` and `public` paths), you can add a file called `.ray-ignore` and specify glob patterns to ignore for that directory:\n\n```\narchive/*\nspecial-hidden-post.md\n```\n\n\nProps @thomaspaulmann - The starting point of this project was inspired by [Downloads Manager](https://github.com/raycast/extensions/tree/main/extensions/downloads-manager) extension.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyronaur%2Fmarkdown-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyronaur%2Fmarkdown-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyronaur%2Fmarkdown-blog/lists"}