{"id":28942826,"url":"https://github.com/taurusolson/post","last_synced_at":"2025-09-17T09:57:29.706Z","repository":{"id":1029370,"uuid":"857540","full_name":"TaurusOlson/Post","owner":"TaurusOlson","description":"A naive blog engine or tool to store my notes and ideas.","archived":false,"fork":false,"pushed_at":"2010-09-03T12:24:00.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-04-17T20:37:40.960Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TaurusOlson.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-23T20:14:25.000Z","updated_at":"2013-10-11T21:27:24.000Z","dependencies_parsed_at":"2022-07-06T03:00:08.495Z","dependency_job_id":null,"html_url":"https://github.com/TaurusOlson/Post","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/TaurusOlson/Post","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaurusOlson%2FPost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaurusOlson%2FPost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaurusOlson%2FPost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaurusOlson%2FPost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TaurusOlson","download_url":"https://codeload.github.com/TaurusOlson/Post/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaurusOlson%2FPost/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261410621,"owners_count":23154090,"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":"2025-06-23T04:04:42.571Z","updated_at":"2025-09-17T09:57:29.696Z","avatar_url":"https://github.com/TaurusOlson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# POST.PY #\n\n\n## DESCRIPTION ##\n\npost.py is a naive blog engine I wrote to quickly keep my notes and ideas in a nice format.\nThe entries can be quotes with the command line or files written with *Markdown*.\n\n\n## REQUIREMENT ##\n\nMarkdown module.\n\n\n## CONFIGURATION ##\n\nIn the file post.py, modify:\n\n- the constants:\n\n    INSERT_CSS=True\n    INSERT_HEADER=True\n    DIR = 'Documents/Blog'\n    MKD_FILE = 'posts.mkd'\n    HTML_FILE = 'posts.html'\n\n\n- the header:\n\n    \u003cdiv id=\"container\"\u003e\n    \u003cp class=\"header\"\u003e\n        AT THE SPEED OF LIFE:\n        MY NOTES AND IDEAS...\n    \u003c/p\u003e\n    \u003c/div\u003e\n\nand if you choose to use a CSS file, change its name:\n\n    \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" /\u003e\n\n\n## USAGE ##\n\n- Post a quote/note.\n\n        post.py \"My fantastic quote.\"\n\n- Post a file.\n    \n        post.py file.mkd\n\n- Convert the posts to HTML.\n\n        post.py -2html\n\n\n## TODO ##\n\n- Find a way to easily edit/remove an entry.\n- Add dates for each post\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaurusolson%2Fpost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaurusolson%2Fpost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaurusolson%2Fpost/lists"}