{"id":18412086,"url":"https://github.com/elliotxx/mingblog","last_synced_at":"2025-10-13T02:06:32.377Z","repository":{"id":86319231,"uuid":"78416556","full_name":"elliotxx/MingBlog","owner":"elliotxx","description":"A personal blog based on Django","archived":false,"fork":false,"pushed_at":"2019-11-11T08:03:52.000Z","size":3314,"stargazers_count":27,"open_issues_count":2,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T17:03:11.859Z","etag":null,"topics":["blog","django","markdown","markdownx","python","python-web","python2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elliotxx.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}},"created_at":"2017-01-09T10:01:55.000Z","updated_at":"2024-03-11T03:37:39.000Z","dependencies_parsed_at":"2023-07-07T06:45:21.330Z","dependency_job_id":null,"html_url":"https://github.com/elliotxx/MingBlog","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/elliotxx%2FMingBlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotxx%2FMingBlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotxx%2FMingBlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotxx%2FMingBlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliotxx","download_url":"https://codeload.github.com/elliotxx/MingBlog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247644244,"owners_count":20972250,"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":["blog","django","markdown","markdownx","python","python-web","python2"],"created_at":"2024-11-06T03:39:39.695Z","updated_at":"2025-10-13T02:06:27.348Z","avatar_url":"https://github.com/elliotxx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"个人博客：[呓语 | 杨英明的个人博客](http://www.yangyingming.com)\n\n欢迎访问！\n\n## 特性\n\n* 采用markdownx编辑器，支持编辑页和预览页双排显示，支持图片拖曳上传 \n* 支持markdown和html两种编写博文的方式\n* 采用多说评论框\n* 文章分类\n* 文章标签\n* 文章归档\n* 广告滚动条\n* 适配移动端\n\n## 部署项目\n\n### 下载项目\n\n```\nclone https://github.com/windcode/MingBlog.git\n```\n\n### 修改 MingBlog/setting.py\n\n* 1、关闭DEBUG功能\nDEBUG=False\n* 2、ALLOWED_HOSTS = [] 改为 ALLOWED_HOSTS = ['*']\n允许所有IP访问\n* 3、填写数据库信息\n```python\nDATABASES = {\n    'default': {\n        'ENGINE': 'django.db.backends.mysql',\n        'NAME': 'blog',\n        'USER': 'youruser',\n        'PASSWORD': 'yourpwd',\n        'HOST': '127.0.0.1',    # 默认\n        'PORT': '3306',         # 默认\n    }\n}\n```\n* 4、填写网站基本信息\n```python\nSITE_HOST = 'http://www.your-domain.com'\nSITE_NAME = 'xxx的个人博客'\nSITE_DESC = '这是我的博客，专注于技术分享，欢迎交流'\nZHIHU_PAGE = ''\nPRO_RSS = ''\nPRO_EMAIL = 'youremail'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotxx%2Fmingblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliotxx%2Fmingblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotxx%2Fmingblog/lists"}