{"id":17349817,"url":"https://github.com/stasm/stet","last_synced_at":"2026-02-27T10:44:48.831Z","repository":{"id":1524909,"uuid":"1791933","full_name":"stasm/stet","owner":"stasm","description":"A git-powered weblog","archived":false,"fork":false,"pushed_at":"2011-09-12T05:10:40.000Z","size":120,"stargazers_count":1,"open_issues_count":7,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T18:00:08.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stasm.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":"2011-05-24T05:55:50.000Z","updated_at":"2014-05-05T14:06:40.000Z","dependencies_parsed_at":"2022-08-16T13:35:20.953Z","dependency_job_id":null,"html_url":"https://github.com/stasm/stet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fstet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fstet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fstet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fstet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stasm","download_url":"https://codeload.github.com/stasm/stet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247479431,"owners_count":20945457,"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":[],"created_at":"2024-10-15T16:57:12.597Z","updated_at":"2026-02-27T10:44:43.799Z","avatar_url":"https://github.com/stasm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Stet is a simple blogging application powered by git and django.\n\nYou push to a remote git repository which stores your posts in plain text \nfiles and a post-receive hook takes care of the rest:\n\n- it converts the plain text to HTML using Markdown,\n- it updates the database with the new HTML and meta data.\n\nThen, `stet` serves the blog posts via django, adding some nice feature, like \ntagging and comments.\n\nInstallation\n------------\n\n1. Install `stet` with\n\n        pip install -e git+git://github.com/stasm/stet.git#egg=stet\n\n2. Add `stet` and the dependencies to `INSTALLED_APPS`\n\n\n        INSTALLED_APPS = (\n\n            # ...your other apps go here...\n\n            'django.contrib.comments',\n            'taggit',\n            'stet',\n        )\n\n3. Enable the meta-data extension for Markdown by editing your settings.py file \n   and adding the following setting:\n\n        MARKDOWN_EXT = (\n            'meta',\n        )\n\n    You can also add other extensions as well, if you wish, for instance:\n\n        MARKDOWN_EXT = (\n            'meta',\n            'abbr',\n            'def_list',\n            'fenced_code',\n            'footnotes',\n            'headerid',\n        )\n\n4. Copy `hooks/post-receive` into the `hooks` directory of the remote \n   repository in which you store your posts.\n\n5. Configure the `ROOT` variable in the `post-receive` hook to match the root of \n   your Django project (the directory in which `manage.py` is located).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasm%2Fstet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstasm%2Fstet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasm%2Fstet/lists"}