{"id":18880393,"url":"https://github.com/moimhossain/markdown-to-html","last_synced_at":"2026-05-10T03:45:04.758Z","repository":{"id":75024827,"uuid":"134808098","full_name":"MoimHossain/markdown-to-html","owner":"MoimHossain","description":"A docker image that converts a VSTS wiki repository into a html site and stores the htmls into a Blob Storage","archived":false,"fork":false,"pushed_at":"2018-05-25T17:44:09.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T03:14:44.952Z","etag":null,"topics":["docker","docker-image","markdown-to-html"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MoimHossain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-05-25T05:36:05.000Z","updated_at":"2018-05-25T17:44:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"defa7fbd-11b6-4dbb-b248-b6e641b67516","html_url":"https://github.com/MoimHossain/markdown-to-html","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/MoimHossain%2Fmarkdown-to-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoimHossain%2Fmarkdown-to-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoimHossain%2Fmarkdown-to-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoimHossain%2Fmarkdown-to-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoimHossain","download_url":"https://codeload.github.com/MoimHossain/markdown-to-html/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239846372,"owners_count":19706760,"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":["docker","docker-image","markdown-to-html"],"created_at":"2024-11-08T06:43:45.119Z","updated_at":"2026-02-20T14:30:16.007Z","avatar_url":"https://github.com/MoimHossain.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nA docker image that converts a VSTS wiki repository into a html site and stores the htmls into a Blob Storage during the image build.\n\n\n# Why?\n\nTotally because I just wanted to write it that way. There is no other rational behind. \n\n\n# How to use?\n\nCreate your own docker image based on this image.\n\n``` javascript\n\nFROM moimhossain/markdown-to-html\n\nWORKDIR /usr/src/app\n\n\nARG storageAcccount=notset\nARG storageKey=notset\n\nENV AZURE_STORAGE_ACCOUNT=$storageAcccount\nENV AZURE_STORAGE_ACCESS_KEY=$storageKey\n\n\nADD  wiki ./wiki_raw/\nRUN node convert-markdown-to-html.js\nRUN node upload-to-blob-storage.js\n\nADD  markdownfolder ./wiki_raw/\nRUN node convert-markdown-to-html.js\nRUN node upload-to-blob-storage.js\n\n```\n\nOnce you have this `Dockerfile`, run it as following:\n\n``` javascript\n\ndocker build -t whatever --build-arg storageAcccount=AZURE_STORAGE_NAME --build-arg storageKey=AZURE_STORAGE_KEY --no-cache\n\n``` \n\nThat's it. Thanks for looking into. :-)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoimhossain%2Fmarkdown-to-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoimhossain%2Fmarkdown-to-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoimhossain%2Fmarkdown-to-html/lists"}