{"id":19120691,"url":"https://github.com/waylonwalker/markata","last_synced_at":"2025-04-04T11:16:49.002Z","repository":{"id":37954105,"uuid":"333449359","full_name":"WaylonWalker/markata","owner":"WaylonWalker","description":"A plugins all the way down static site generator written in python.  Plugins all the way down means that you can completely change the behavior of how it works by swapping plugins, installing new ones, or creating your own all in python.","archived":false,"fork":false,"pushed_at":"2025-02-14T02:44:49.000Z","size":17403,"stargazers_count":89,"open_issues_count":18,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T10:10:30.548Z","etag":null,"topics":["hacktoberfest","markata","markdown","static-site-generator"],"latest_commit_sha":null,"homepage":"https://markata.dev","language":"Python","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/WaylonWalker.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"WaylonWalker","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-01-27T14:35:47.000Z","updated_at":"2025-01-29T03:15:40.000Z","dependencies_parsed_at":"2024-01-02T04:22:41.809Z","dependency_job_id":"723cd14a-b057-4711-8547-d050b360c305","html_url":"https://github.com/WaylonWalker/markata","commit_stats":{"total_commits":379,"total_committers":8,"mean_commits":47.375,"dds":0.3905013192612137,"last_synced_commit":"725c9277ee282d29a065eaf11e38aee73d881a2c"},"previous_names":[],"tags_count":120,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Fmarkata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Fmarkata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Fmarkata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaylonWalker%2Fmarkata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WaylonWalker","download_url":"https://codeload.github.com/WaylonWalker/markata/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166171,"owners_count":20894654,"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":["hacktoberfest","markata","markdown","static-site-generator"],"created_at":"2024-11-09T05:14:43.489Z","updated_at":"2025-04-04T11:16:48.982Z","avatar_url":"https://github.com/WaylonWalker.png","language":"Python","funding_links":["https://github.com/sponsors/WaylonWalker"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/WaylonWalker/markata\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/22648375/167527193-4e66d537-e78f-44dd-be65-2c1c109adf34.png\" alt=\"Markata\" width=\"400\"\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=center\u003e\n  \u003cem\u003e\n    Markdown to site, plugins all the way down\n  \u003c/em\u003e\n\u003c/p\u003e\n \nA static site generator that will give you a great site with many standard web\nfeatures like rss, sitemaps, and seo tags, out of the box. Running `markata\nbuild` will get you a that only requires you to write Markdown. If you have\nadditional features that you want, don't worry, since markata is built\ncompletely on plugins you can develop and install your own plugins to add the\nfeatures you want.\n\n\u003e This has been a pet project for me to learn library development, plugin\n\u003e driven design, diskcache, and more.  It is the core of what builds my own site [waylonwalker.com](https://waylonwalker.com).\n\n## UPCOMING NEXT RELEASE\n\nThe next release will be jinja filled. Out with all the single file templates, template strings, looping through card generation, we will have a proper jinja env with includes, bases, and all the things.  It will be much easier to maintain and render faster.\n\n\n## Disclaimer\n\nMake sure that you pin down what version of markata you want to use.  If you\nare starting a new project that's probably the latest version from\n[pypi](https://pypi.org/project/markata).  Things are likely to change in major\nreleases, I do my best to document them, and not to break patches.\n\n## QuickStart\n\nMarkata is fully configurable through a `markata.toml` file, but the defaults\nallow to build your site right out of the box with nothing more than Markdown.\n\n### Installation\n\n`markata` is hosted on pypi and can be installed using pip.\n\n```bash\npython -m pip install markata\n\n# or if pipx is your thing\n\npipx install markata\n```\n\n### Building a Blog with Markata _using a template_\n\nThe markata cli includes a `new` command that will present you with questions\nto fill in the jinja variables in this repo.\n\n```bash\nmarkata new blog [directory]\n\nmarkata build\n# start the site and watch for changes\nmarkata serve\n```\n\nNow if you open localhost:8000, you will be presented with an example site that\nwill walk you through some features of markata. You can play with it at\nyour own pace, or drop all the pages and start writing your own content.\n\n![new blog gif](./static/new-blog.gif)\n\n## Motivation\n\nMarkata is able to build your site purely from Markdown, allowing you to get\nstarted creating your own content quickly. Out of the box it will cover your\nseo tags, rss feeds, sitemap, and og images. Since it is built completely from\nplugins you can remove, modify, or add to any of its behavior.\n\n- configurable\n- plugins\n- seo\n- rss\n- sitemap\n- og-image\n\n## Using Markata\n\nThe docs are still a work in progress, but the\n[base_cli](https://markata.dev/markata/plugins/base_cli/) walks through how to\neffectively use the `markata build` command. At this point Markata is far from\nstable and **will change quite a bit**, should you choose to use it on real\nsite make sure you pin to the version that you want to build from. I will let\nyou know as it becomes more stable and ready to use without diligence of\npinning to the version you want.\n\n**Honestly** A big motivation for me was wanting to learn and understand how to\ncreate a project that is completely plugin driven. This is highly a learning\nproject for me, and it has grown into something I use every day.\n\n## Examples Gallary\n\nMarkata has a project gallery to show off sites built with markata. Please\n[submit](https://github.com/WaylonWalker/markata/issues/78) yours, and check\nout the [project-gallery](http://markata.dev/project-gallery/) for inspiration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylonwalker%2Fmarkata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaylonwalker%2Fmarkata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylonwalker%2Fmarkata/lists"}