{"id":18257916,"url":"https://github.com/linkdd/easymd","last_synced_at":"2025-08-10T16:40:19.722Z","repository":{"id":62472905,"uuid":"560696701","full_name":"linkdd/easymd","owner":"linkdd","description":"Simple HTTP server to render markdown documents","archived":false,"fork":false,"pushed_at":"2022-11-03T18:12:15.000Z","size":9,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T17:05:21.220Z","etag":null,"topics":["golang","http-server","markdown"],"latest_commit_sha":null,"homepage":"","language":"Go","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/linkdd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-02T03:52:04.000Z","updated_at":"2023-06-15T09:10:08.000Z","dependencies_parsed_at":"2023-01-20T22:47:34.509Z","dependency_job_id":null,"html_url":"https://github.com/linkdd/easymd","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Feasymd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Feasymd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Feasymd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkdd%2Feasymd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkdd","download_url":"https://codeload.github.com/linkdd/easymd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247229371,"owners_count":20905039,"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":["golang","http-server","markdown"],"created_at":"2024-11-05T10:28:08.437Z","updated_at":"2025-04-04T18:31:23.713Z","avatar_url":"https://github.com/linkdd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easymd\n\nThis program is a very simple HTTP server used to render Markdown documents to\nHTML, to share easily some informations with others.\n\n## Features\n\n - parse frontmatter\n - render Markdown documents to HTML using [Goldmark](https://github.com/yuin/goldmark)\n - tables and syntax highlighting support\n\nFrontmatter:\n\n```yaml\n---\ntitle: \"Hello world\"\nlang: en\nmeta:\n - attribute: keywords\n   value: hello,world\ncss:\n - https://url/to/style.css\njs:\n - https://url/to/script.js\n---\n```\n\n## Build\n\nSimply run:\n\n```\n$ go build\n```\n\n## Usage\n\n```\neasymd - a simple server rendering markdown documents to HTML\n\nUsage:\n  easymd [flags]\n\nFlags:\n  -b, --bind ip       IP address to listen on (default 0.0.0.0)\n  -h, --help          help for easymd\n  -p, --port int      Port to listen on (default 8000)\n  -r, --root string   Root directory to scan for markdown documents (default \".\")\n```\n\nIf you have the following structure:\n\n```\n|-+ docs/\n  |-- _index.md\n  |-- hello.md\n  |-- image.png\n  |-+ foo/\n    |-- bar.md\n```\n\nAnd run the command:\n\n```\n$ easymd -b 127.0.0.1 -p 8000 -r ./docs/\n```\n\nThe following URLs will be available:\n\n - http://127.0.0.1:8000/\n - http://127.0.0.1:8000/image.png\n - http://127.0.0.1:8000/hello/\n - http://127.0.0.1:8000/hello\n - http://127.0.0.1:8000/foo/bar/\n - http://127.0.0.1:8000/foo/bar\n\n## License\n\nThis project is released under the terms of the [MIT License](./LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkdd%2Feasymd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkdd%2Feasymd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkdd%2Feasymd/lists"}