{"id":18320590,"url":"https://github.com/lukasbach/markbase","last_synced_at":"2026-05-06T10:34:04.346Z","repository":{"id":217501663,"uuid":"730454340","full_name":"lukasbach/markbase","owner":"lukasbach","description":"Quickly generate an HTML page from a bunch of markdown files","archived":false,"fork":false,"pushed_at":"2024-05-03T17:48:32.000Z","size":646,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T08:39:31.260Z","etag":null,"topics":["cli","docs","documentation","fast","generate","homepage","html","markdown","tool","website"],"latest_commit_sha":null,"homepage":"https://markbase.lukasbach.com/","language":"TypeScript","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/lukasbach.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},"funding":{"github":"lukasbach"}},"created_at":"2023-12-12T00:51:57.000Z","updated_at":"2024-05-03T17:48:34.000Z","dependencies_parsed_at":"2024-01-16T22:05:05.458Z","dependency_job_id":"971671cb-9f10-4e16-9116-5e4c8f4d85cc","html_url":"https://github.com/lukasbach/markbase","commit_stats":null,"previous_names":["lukasbach/document-fast"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/lukasbach/markbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Fmarkbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Fmarkbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Fmarkbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Fmarkbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukasbach","download_url":"https://codeload.github.com/lukasbach/markbase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasbach%2Fmarkbase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32689196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","docs","documentation","fast","generate","homepage","html","markdown","tool","website"],"created_at":"2024-11-05T18:16:47.704Z","updated_at":"2026-05-06T10:34:04.326Z","avatar_url":"https://github.com/lukasbach.png","language":"TypeScript","funding_links":["https://github.com/sponsors/lukasbach"],"categories":[],"sub_categories":[],"readme":"# Markbase\n\nMarkbase is a simple, lightweight, and fast static site generator that turns a bunch of markdown files into a website.\n\n![demo.png](./demo.png)\n\nFeatures:\n- As simple as it can get, just call `markbase build folder/to/markdown/files` to get your output\n- Watch mode, just call `markbase watch folder/to/markdown/files` to open a local server and automatically rebuild your site on file changes\n- Modern theme with dark- and light mode\n- Syntax highlighting in code segments\n- [Admonitions and lots of other extended markdown features](https://markbase.lukasbach.com/syntax/)\n- Customization of [document names](https://markbase.lukasbach.com/title/) and [order](https://markbase.lukasbach.com/order/) through frontmatter or folder config files\n- Generates SEO tags, sitemap file and favicons\n- Lots of customizability through [custom plugins](https://markbase.lukasbach.com/plugins/)\n\n## Get Started\n\nInstall markbase with\n\n```bash\nnpm install -g markbase\n```\n\nThen, run\n\n```bash\nmarkbase build folder/to/markdown/files\n```\n\nto generate your website. The output will be in the `./out` folder.\n\nYou can also use `markbase watch` to automatically rebuild your site on file changes.\n\n## Configuration\n\nYou can configure how markbase generates your site by creating a configuration file `config.yml` at the root of your\ndocument folder:\n\n```yaml\ntitle: My Website\ndescription: This is my website\ndocuments: [\"**/*.md\"]\nassets: [\"**/*.png\", \"**/*.jpg\"]\nout: ./dist\n```\n\nSee [here](https://markbase.lukasbach.com/config/) for more information on the configuration options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasbach%2Fmarkbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasbach%2Fmarkbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasbach%2Fmarkbase/lists"}