{"id":18455623,"url":"https://github.com/memowe/md-party","last_synced_at":"2025-04-08T04:34:07.502Z","repository":{"id":56407567,"uuid":"305981071","full_name":"memowe/md-party","owner":"memowe","description":"A lightweight library to dynamically generate a full website from markdown files.","archived":false,"fork":false,"pushed_at":"2022-04-07T16:31:43.000Z","size":58,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T06:11:26.537Z","etag":null,"topics":["client","content-management","markdown","website"],"latest_commit_sha":null,"homepage":"http://mirko.westermeier.de/md-party/documentation/","language":null,"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/memowe.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":"2020-10-21T09:58:14.000Z","updated_at":"2022-04-07T15:59:57.000Z","dependencies_parsed_at":"2022-08-15T18:10:26.499Z","dependency_job_id":null,"html_url":"https://github.com/memowe/md-party","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memowe%2Fmd-party","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memowe%2Fmd-party/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memowe%2Fmd-party/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memowe%2Fmd-party/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memowe","download_url":"https://codeload.github.com/memowe/md-party/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247779796,"owners_count":20994569,"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":["client","content-management","markdown","website"],"created_at":"2024-11-06T08:08:35.626Z","updated_at":"2025-04-08T04:34:07.175Z","avatar_url":"https://github.com/memowe.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"MD-Party - markdown page gathering\n==================================\n\n**A lightweight library to dynamically generate a full website from markdown files.**\n\n## Concepts\n\nMD-Party generates a fast, clean and responsive website from your markdown files. For a given directory, accessible via HTTP on the same server or somewhere else, the complete website can be built with minimum effort:\n\n**`Content` directory of markdown files** (alphabetical order):\n\n```\nContent:\n  |- About_us.md\n  |- Concepts.md\n  |- One_upon_a_time.md\n  |- Partners.md\n  `- Welcome.md\n```\n\n**Minimal container website `index.html`** including navigation order definition and configuration:\n\n```html\n\u003c!doctype html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"utf-8\"/\u003e\n    \u003ctitle\u003e\u003c/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/memowe/md-party@0.2/dist/md-party.min.css\"\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n\n    \u003cscript src=\"https://cdn.jsdelivr.net/gh/memowe/md-party@0.2/dist/md-party.min.js\"\u003e\u003c/script\u003e\n    \u003cscript\u003e\n      MDParty([\n        'Welcome',\n        'Once upon a time',\n        'Concepts',\n        'About us',\n        'Partners',\n      ], {\n        title: 'Awesome thing 2000',\n      });\n    \u003c/script\u003e\n\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\nBoth arguments can be replaced with (local or remote) URLs to YAML files:\n\n**`index.html`**:\n\n```html\nMDParty('sitemap.yml', 'config.yml');\n```\n\n**`sitemap.yml`**:\n\n```yaml\n- Welcome\n- Once upon a time\n- Concepts\n- About us\n- Partners\n```\n\n**`config.yml`**:\n\n```yaml\ntitle: Awesome thing 2000\n```\n\n**Note**: a footer markdown part can be loaded from a file `footer.md`, by default from `Content` as well.\n\n## Author and License\n\nCopyright (c) [Mirko Westermeier][mirko] ([\\@memowe][mgh], [mirko@westermeier.de][mmail])\n\nReleased under the MIT (X11) license. See [LICENSE][mit] for details.\n\n[mirko]: http://mirko.westermeier.de\n[mgh]: https://github.com/memowe\n[mmail]: mailto:mirko@westermeier.de\n[mit]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemowe%2Fmd-party","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemowe%2Fmd-party","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemowe%2Fmd-party/lists"}