{"id":19400138,"url":"https://github.com/open-snail/theme-default2","last_synced_at":"2026-02-25T16:03:59.085Z","repository":{"id":44062777,"uuid":"214088850","full_name":"open-snail/theme-default2","owner":"open-snail","description":"使用nuxt.js开发个人hello-blog博客主题","archived":false,"fork":false,"pushed_at":"2023-01-04T22:27:32.000Z","size":4192,"stargazers_count":2,"open_issues_count":24,"forks_count":2,"subscribers_count":3,"default_branch":"1.x","last_synced_at":"2025-04-24T06:36:04.873Z","etag":null,"topics":["axios","highlight","marked","nuxtjs","vuejs2"],"latest_commit_sha":null,"homepage":"http://yancy.byteblogs.com/","language":"Vue","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/open-snail.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":"2019-10-10T04:47:50.000Z","updated_at":"2019-10-23T03:50:05.000Z","dependencies_parsed_at":"2023-02-02T22:16:05.098Z","dependency_job_id":null,"html_url":"https://github.com/open-snail/theme-default2","commit_stats":null,"previous_names":["open-snail/theme-default2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/open-snail/theme-default2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-snail%2Ftheme-default2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-snail%2Ftheme-default2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-snail%2Ftheme-default2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-snail%2Ftheme-default2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-snail","download_url":"https://codeload.github.com/open-snail/theme-default2/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-snail%2Ftheme-default2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29829411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T15:41:19.027Z","status":"ssl_error","status_checked_at":"2026-02-25T15:40:47.150Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["axios","highlight","marked","nuxtjs","vuejs2"],"created_at":"2024-11-10T11:13:08.465Z","updated_at":"2026-02-25T16:03:59.054Z","avatar_url":"https://github.com/open-snail.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# theme-default2\n\n# 介绍\n 什么是helloblog这里给个我之前的文章说明下[什么是hello blog](https://www.byteblogs.com/article/156)\n\n之前上线的默认主题不少网友说不行，尤其是在seo方面，于是我决定用nux.js开发一个简单的主题。这个页面是有[Yancy](https://github.com/986244073)实现的。在这里也非常感谢这位小伙伴的贡献。这里是他的博客。[主题的源代码](https://github.com/byteblogs168/theme-default2)\n\n预览地址 [Yancy的博客](http://yancy.byteblogs.com/)\n\n# 主题界面\n## 首页\n![QQ截图20191023114634.png](http://image.byteblogs.com/2019102311484772920006208374036971.png)\n\n## 标签\n![QQ截图20191023114644.png](http://image.byteblogs.com/2019102311490338920006224034325019.png)\n\n## 归档\n![QQ截图20191019152143.png](http://image.byteblogs.com/2019101915291952219673840167288598.png)\n\n## 友情链接\n![QQ截图20191019152158.png](http://image.byteblogs.com/2019101915293846919673859114133025.png)\n\n# 总结界面比较简洁简单，适合大部分的小伙伴作为个人的博客。\n\n**你觉得还可以就给个Star吧。**\n\n* [加入我们的QQ群](https://shang.qq.com/wpa/qunwpa?idkey=e4098dabb3b751808044bdf58900ad733b983d7efbb5142c5485ececacf3c00d)\n* [我的个人博客地址](http://helloblog.byteblogs.com)\n* [文档地址](http://helloblog.byteblogs.com/docs/)\n* [后端代码github地址](https://github.com/byteblogs168/hello-blog)\n* [管理系统github地址](https://github.com/byteblogs168/hello-blog-admin)\n* [默认主题](https://github.com/byteblogs168/theme-default)\n* [默认主题2](https://github.com/byteblogs168/theme-default2)\n\n\n## 安装nuxt\n\n[教程](https://www.byteblogs.com/article/38)\n\n```\n# .nuxt 文件你需要在项目下面 执行下面 命令得到\nnpm bulid\n\n# 后面直接就\nnpm install\n\n# 安装 pm2\nnpm install pm2 -g\n\n# 启动 \npm2 start npm --name nuxt -- start\n\n# 停止\npm2 stop all #停止PM2列表中所有的进程\npm2 stop 0 #停止PM2列表中进程为0的进程\n\n# 日志\npm2 logs\n```\n\n# 如何解决centos的nodejs npm版本的升级\n\n[教程](https://www.byteblogs.com/article/168)\n\n```yum remove nodejs```\n\n## 删除yum源\ncd 到yum源配置文件夹：```cd /etc/yum.repo.d``` ，删除以 node 开头的源; 清除 yum 缓存 yum clean all\n\n## 安装node\n```curl -sL https://rpm.nodesource.com/setup_10.x | bash -```\n\n```yum install -y nodejs```\n\n## 更新 npm\n```npm install npm@latest -g``` 命令：npm -v 输出版本号就成功安装了。\n\n## 有问题加入我们官方群\n* [加入我们的QQ群](https://shang.qq.com/wpa/qunwpa?idkey=e4098dabb3b751808044bdf58900ad733b983d7efbb5142c5485ececacf3c00d)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-snail%2Ftheme-default2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-snail%2Ftheme-default2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-snail%2Ftheme-default2/lists"}