{"id":13672031,"url":"https://github.com/longmenwaideyu/expressjs-blog","last_synced_at":"2025-12-16T18:55:56.712Z","repository":{"id":25255650,"uuid":"28680698","full_name":"longmenwaideyu/expressjs-blog","owner":"longmenwaideyu","description":"用expressjs开发的个人博客系统","archived":false,"fork":false,"pushed_at":"2017-03-19T03:34:00.000Z","size":3810,"stargazers_count":67,"open_issues_count":0,"forks_count":34,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-11T09:44:23.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/longmenwaideyu.png","metadata":{"files":{"readme":"README.md","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":"2015-01-01T04:57:37.000Z","updated_at":"2023-09-16T02:15:45.000Z","dependencies_parsed_at":"2022-08-24T00:10:10.229Z","dependency_job_id":null,"html_url":"https://github.com/longmenwaideyu/expressjs-blog","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/longmenwaideyu%2Fexpressjs-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longmenwaideyu%2Fexpressjs-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longmenwaideyu%2Fexpressjs-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longmenwaideyu%2Fexpressjs-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/longmenwaideyu","download_url":"https://codeload.github.com/longmenwaideyu/expressjs-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251187408,"owners_count":21549635,"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-08-02T09:01:24.798Z","updated_at":"2025-12-16T18:55:51.677Z","avatar_url":"https://github.com/longmenwaideyu.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"﻿expressjs-blog(初步定名为FishBlog)\n==============\n\n用expressjs开发的个人博客系统\n--------------\n\n#主要功能和特色\n1. 文集功能，将文章整理成册\n2. 文章大纲根据文章的标题自动提取，展现在右上侧，并自动添加锚点链接\n3. 功能齐全的富文本编辑器，写博客更随心\n4. 响应式布局，手机上效果也很出色\n5. 搜索引擎优化，自动提取文章大纲和关键词，填入description和keywords\n6. 占内存少，方便托管于bae的128m最小web服务上\n7. 漂亮的侧边栏，博主信息，标签，文集，文章大纲等\n8. 自定义URL，博客链接可以体现主题\n9. 回复审核和删除功能\n\n#待开发功能\n1. 增加音乐，诗文分享专用博文类型\n2. 导航栏可以自定义链接\n3. 文章所在文集下的上一篇和下一篇文章，同标签文章推荐\n4. 美化后台管理界面\n5. seo优化目前只是雏形，继续深入开发。\n\n#1.安装mongodb和node\n    sudo apt-get install mongo\n    #node安装请自行百度\n\n#2.执行以下四条命令\n    mongo\n    use blog\n    db.addUser(\"root\",\"1234\")\n    db.auth(\"root\",\"1234\");\n\n#3.配置 common/config.js文件\n    dbName 为 blog\n    dbUser 为 root\n    dbPass 为 1234\n    dbAddress 为 mongodb所在机器IP\n注mongodb默认不能远程连接，如果需要远程连接，要更改mongo的配置。如果在本机连接，dbUser, dbPass不要填。\n\n#4.执行\n    npm install\n    node server.js\n\n#5.到 /register 下注册\n注册成功之后注释掉useRoutes.js的63-66行。\n\n#6.到 /admin 下管理博客\n\n#作者个人博客\n[longmenwaideyu.com](http://longmenwaideyu.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongmenwaideyu%2Fexpressjs-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flongmenwaideyu%2Fexpressjs-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongmenwaideyu%2Fexpressjs-blog/lists"}