{"id":18057293,"url":"https://github.com/m4cs/simplyblog","last_synced_at":"2025-04-05T10:22:46.162Z","repository":{"id":96218248,"uuid":"209059295","full_name":"M4cs/SimplyBlog","owner":"M4cs","description":"Minimalist blogging template for anybody with a little dev experience!","archived":false,"fork":false,"pushed_at":"2019-09-17T13:28:09.000Z","size":7,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T21:13:36.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/M4cs.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}},"created_at":"2019-09-17T13:18:49.000Z","updated_at":"2024-12-11T20:07:27.000Z","dependencies_parsed_at":"2023-04-13T20:47:09.520Z","dependency_job_id":null,"html_url":"https://github.com/M4cs/SimplyBlog","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/M4cs%2FSimplyBlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2FSimplyBlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2FSimplyBlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2FSimplyBlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M4cs","download_url":"https://codeload.github.com/M4cs/SimplyBlog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247320219,"owners_count":20919734,"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-31T02:07:18.930Z","updated_at":"2025-04-05T10:22:46.142Z","avatar_url":"https://github.com/M4cs.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimplyBlog\nA very basic, minimal blogging template written in Flask\n\nDemo: https://blog.maxbridgland.com\n\n# Getting Started\n\n### Installation\n\nTo start you need to have `Python 3` (written on and maintained in Python 3.6.8 so use this distro for the best results). Run:\n\n```\npip3 install -r requirements.txt\n```\n\nThis will get you setup with all the dependencies you will need.\n\nNext head into the `app/__init__.py` file and modify the config to suit your needs. This is the config without any modifications when you pull the repo:\n\n```\napp.config.update({\n    'website_name': 'Title on landing page',\n    'website_desc': 'Subtitle below this title ^',\n    'name': 'Your name/publishing name',\n    'timezone': pytz.timezone('America/Chicago'), # ENTER YOUR TIMEZONE HERE\n    'secret_key': 'random-key-here', # PUT A SECRET KEY TO UPLOAD WITH, MAKE IT RANDOM TO INCREASE SECURITY!\n    'base_url': 'https://blog.myblog.com', # DOMAIN THE BLOG/API WILL BE RUNNING ON\n    'web_title': 'My Blog' # TITLE FOR HTML IN THE TAB\n})\n```\n\nPretty self explainatory and I gave you some nice comments if you get confused.\n\n**This is as bare minimum of a blog as it gets really lol**\n\n### Running the Server\n\nTo run your new blog site simply run: `flask run` and you will see it is available on `http://localhost:5000/` head to this address and test everything out. (Your base_url should be set to `localhost:5000` when doing local development and testing).\n\n### Posting To The Blog\n\nTo post to the blog make sure your app is running and then head to the `/panel` endpoint. You'll see a pretty little upload panel and a secret key input. You set this secret key in your config.\n\n![preview](https://i.imgur.com/4zwLppK.png)\n\n### Contributing\n\nIf you feel like there could be better changes or you'd like to write some tests go ahead! I have no real contribution guideline for this project as I doubt it will get used much anyways! Enjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4cs%2Fsimplyblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4cs%2Fsimplyblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4cs%2Fsimplyblog/lists"}