{"id":25065819,"url":"https://github.com/dubniczky/markbook","last_synced_at":"2026-04-18T12:03:48.786Z","repository":{"id":48182630,"uuid":"516321082","full_name":"dubniczky/Markbook","owner":"dubniczky","description":"NodeJS server that renders markdown files as HTML and serves them","archived":false,"fork":false,"pushed_at":"2026-02-01T15:21:39.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-02T00:39:41.093Z","etag":null,"topics":["markdown","markdown-renderer","web-server","website"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/dubniczky.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}},"created_at":"2022-07-21T10:14:31.000Z","updated_at":"2026-02-01T15:21:43.000Z","dependencies_parsed_at":"2022-08-31T00:41:28.708Z","dependency_job_id":null,"html_url":"https://github.com/dubniczky/Markbook","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dubniczky/Markbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FMarkbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FMarkbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FMarkbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FMarkbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dubniczky","download_url":"https://codeload.github.com/dubniczky/Markbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FMarkbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31967993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["markdown","markdown-renderer","web-server","website"],"created_at":"2025-02-06T19:45:07.221Z","updated_at":"2026-04-18T12:03:48.776Z","avatar_url":"https://github.com/dubniczky.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markbook\n\nNodeJS server that renders markdown files to HTML and serves them\n\n## Description\n\nThis server treats `.md` files as if they were standard `.html` files, except it renders markdown before serving. The root is `/public` folder, so feel free to clear it, then add a `index.md` file to any folder, just as if you were using `index.html` files. Every other file type is served normally.\n\nBy default, each rendered markdown file is cached and only recompiled if the file has changed. Caching yields between 2 and 4 times performance improvement with smaller markdown files, this will increase as they get bigger.\n\nEdit `config.yml` to change settings before deployment or container building.\n\n## Requirements\n\nThis project uses `yarn` for package management.  \nRefer to [.nvmrc](./.nvmrc) for node version.\n\n## Usage\n\n### Container\n\nStart using docker-compose\n\n```bash\ndocker-compose up --build\n```\n\nBuild container manually\n\n```bash\nmake container\nmake run\n```\n\n### Local Host\n\n```bash\nmake deploy\nmake start\n```\n\n### Development mode\n\n```bash\nmake install\nmake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubniczky%2Fmarkbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubniczky%2Fmarkbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubniczky%2Fmarkbook/lists"}