{"id":14989416,"url":"https://github.com/xnal/don-blog","last_synced_at":"2026-03-16T01:01:36.751Z","repository":{"id":127565496,"uuid":"108847361","full_name":"XNAL/don-blog","owner":"XNAL","description":"一个基于Vue.js + Nuxt.js + SCSS + ES6/7 + Node.js + Koa.js + MySQL + Redis开发的个人博客。","archived":false,"fork":false,"pushed_at":"2018-11-29T14:03:00.000Z","size":1022,"stargazers_count":76,"open_issues_count":1,"forks_count":24,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T20:51:12.414Z","etag":null,"topics":["es6","es7","jwt","koajs","mysql","nodejs","nuxtjs","redis","scss","socketio","vuejs"],"latest_commit_sha":null,"homepage":"http://www.tdon.site","language":"Vue","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/XNAL.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":"2017-10-30T12:25:14.000Z","updated_at":"2024-11-04T02:46:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff64482b-23a7-45c4-8e2e-dbf82b8ff58b","html_url":"https://github.com/XNAL/don-blog","commit_stats":{"total_commits":39,"total_committers":1,"mean_commits":39.0,"dds":0.0,"last_synced_commit":"2a1cb6a5e1b1c35ebac8fd419c6f7e35a5949417"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XNAL%2Fdon-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XNAL%2Fdon-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XNAL%2Fdon-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XNAL%2Fdon-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XNAL","download_url":"https://codeload.github.com/XNAL/don-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501353,"owners_count":21114662,"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":["es6","es7","jwt","koajs","mysql","nodejs","nuxtjs","redis","scss","socketio","vuejs"],"created_at":"2024-09-24T14:18:19.876Z","updated_at":"2026-03-16T01:01:31.695Z","avatar_url":"https://github.com/XNAL.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 前言\n\n\u003e 之前使用JS + HTML5 + CSS3 + Node.js + Express.js + Mongodb开发过一个博客网站，也部署了一段时间，但当时刚开始搞前端，写的不是很满意。后来就废弃了。今年又使用Hexo + GitHub Pages部署了一个博客，但自由度太低。所以最后还是决定重新写一个博客。\n\n\n\n目前前台博客页面已基本开发完成，[后台管理页面](https://github.com/XNAL/don-blog-backManage)也基本开发完成（首页统计图表和一些优化待开发，暂时需要统计的数据还不多，也在考虑统计维度中）。\n\n## 技术栈\n\nVue.js + Nuxt.js  + SCSS + ES6/7 + Node.js + Koa.js + mySql + Redis\n\n## 访问地址\n\n[访问地址：www.tdon.site](http://www.tdon.site)\n\n扫码访问：\n\n![二维码](https://github.com/XNAL/don-blog/blob/master/screenshorts/qrcode.png)\n\n\n## 项目运行\n\n``` bash\n# clone project\ngit clone https://github.com/XNAL/don-blog.git\n\n# install dependencies\n$ npm install # Or yarn install\n\n# serve with hot reload at localhost:3000\n$ npm run dev\n\n# build for production and launch server\n$ npm run build\n$ npm start\n```\n\n## 效果图\n\n#### 首页\n\n![首页](https://github.com/XNAL/don-blog/blob/master/screenshorts/index.jpg)\n\n\n#### 归档\n\n![归档](https://github.com/XNAL/don-blog/blob/master/screenshorts/archive.jpg)\n\n\n#### 实验室项目\n\n![实验室项目](https://github.com/XNAL/don-blog/blob/master/screenshorts/laboratory.jpg)\n\n#### 自适应手机端首页\n\n![手机端首页](https://github.com/XNAL/don-blog/blob/master/screenshorts/phone-index.jpg)\n\n\n#### 自适应手机端目录\n\n![手机端目录](https://github.com/XNAL/don-blog/blob/master/screenshorts/phone-menu.jpg)\n\n\n## 总结\n\n1. 整个技术栈对我来说Nuxt.js算是第一次接触，跟Vue.js的单页面应用的方式还是有点区别的，不过多看看文档和多搜索下问题不大。\n2. 目前应该只能算是1.0版本，自己也有不少想法，但目前工作以及其他事要忙，只能后续会逐步迭代开发了。也欢迎大家针对博客提出一些意见或者建议。\n3. 最后还是得求一波star和fork的。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxnal%2Fdon-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxnal%2Fdon-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxnal%2Fdon-blog/lists"}