{"id":16144658,"url":"https://github.com/officialrajdeepsingh/deno-markdown-blog","last_synced_at":"2025-03-18T17:31:49.682Z","repository":{"id":127079480,"uuid":"534209001","full_name":"officialrajdeepsingh/deno-markdown-blog","owner":"officialrajdeepsingh","description":"Create a static markdown blog with less than 5 minutes in deno","archived":false,"fork":false,"pushed_at":"2023-02-27T11:55:13.000Z","size":6294,"stargazers_count":13,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T11:22:42.502Z","etag":null,"topics":["deno","denoblog","denoland","denomarkdownblog","denostaticblog"],"latest_commit_sha":null,"homepage":"https://deno-markdown-blog.deno.dev/","language":"JavaScript","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/officialrajdeepsingh.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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-09-08T12:48:00.000Z","updated_at":"2023-12-29T18:33:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"5db76c1f-d076-4d95-b82d-497bc22b2a7b","html_url":"https://github.com/officialrajdeepsingh/deno-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/officialrajdeepsingh%2Fdeno-markdown-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/officialrajdeepsingh%2Fdeno-markdown-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/officialrajdeepsingh%2Fdeno-markdown-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/officialrajdeepsingh%2Fdeno-markdown-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/officialrajdeepsingh","download_url":"https://codeload.github.com/officialrajdeepsingh/deno-markdown-blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243944536,"owners_count":20372829,"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":["deno","denoblog","denoland","denomarkdownblog","denostaticblog"],"created_at":"2024-10-10T00:13:49.105Z","updated_at":"2025-03-18T17:31:49.677Z","avatar_url":"https://github.com/officialrajdeepsingh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"To create a static markdown blog with deno. You need a [blog module](https://deno.land/x/blog) to create a static blog with deno. I write full article on a static markdown blog.\n\n\n## How to play with deno-markdown-blog \nFirstly Clone repo `git clone https://github.com/officialrajdeepsingh/deno-markdown-blog.git` and run local development server with `deno task dev` command. For running the local and production development, you need create a `.env` file and add  `URL` environment variable. In the `URL` environment variable, you need a production ready domain. \n\n```bash\n// .env\n\nURL=https://deno-markdown-blog.deno.dev/\n``` \n\nThe `URL` environment variable help to load you asset,image and icon with correct path in your blog. Understand with with a example\n\n```typescript\n// main.tsx\n\nblog({\n  avatar:`${Deno.env.get(\"URL\")}assets/logos/profile.jpg`,\n  favicon: `${Deno.env.get(\"URL\")}favicon.ico`,\n  cover:`${Deno.env.get(\"URL\")}assets/logos/backgroundbanner.png`,\n  ogImage: {\n    url: `${Deno.env.get(\"URL\")}assets/logos/Frame.png`,\n    twitterCard:\"summary_large_image\" \n  },\n});\n\n\n```\n\n## DEMO \n![DEMO](./assets//logos/denoblog.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofficialrajdeepsingh%2Fdeno-markdown-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofficialrajdeepsingh%2Fdeno-markdown-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofficialrajdeepsingh%2Fdeno-markdown-blog/lists"}