{"id":16975565,"url":"https://github.com/pinple/the-shell-pro","last_synced_at":"2025-10-07T23:37:39.496Z","repository":{"id":44320178,"uuid":"162888354","full_name":"pinple/the-shell-pro","owner":"pinple","description":"👻 a simple dark ghost theme, color schema looks like in the shell.","archived":false,"fork":false,"pushed_at":"2023-03-03T19:44:20.000Z","size":1726,"stargazers_count":31,"open_issues_count":6,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-26T15:48:18.726Z","etag":null,"topics":["ghost-theme"],"latest_commit_sha":null,"homepage":"http://ghost.neulana.com/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pinple.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":"2018-12-23T12:21:40.000Z","updated_at":"2025-01-05T12:25:56.000Z","dependencies_parsed_at":"2024-10-23T01:48:04.998Z","dependency_job_id":"5a14b7d0-d71a-4aa5-8806-b251a6f209e0","html_url":"https://github.com/pinple/the-shell-pro","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/pinple%2Fthe-shell-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinple%2Fthe-shell-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinple%2Fthe-shell-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinple%2Fthe-shell-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pinple","download_url":"https://codeload.github.com/pinple/the-shell-pro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244868764,"owners_count":20523592,"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":["ghost-theme"],"created_at":"2024-10-14T01:23:10.111Z","updated_at":"2025-10-07T23:37:34.451Z","avatar_url":"https://github.com/pinple.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"./assets/imgs/ghost.png\" alt=\"\"\u003e\u003c/p\u003e\n\n# the-shell-pro\n\n一款简约的ghost主题，大胆的用色，献给同样追求小众、喜欢极客暗夜风格的你❤️\n\n# 预览\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"./assets/imgs/preview.jpg\" alt=\"\"\u003e\u003c/p\u003e\n\n体验请点击[Demo](http://blog.neulana.com:2368/)\n\n# 特性\n\n- [x] 简约 暗黑风格\n- [x] 多端适配，多浏览器兼容\n- [x] 全局导航栏\n- [x] 归档页\n- [x] 代码高亮\n- [x] 一键复制代码块\n- [x] 返回顶部\n- [x] 社交网站支持\n- [x] 支持Disqus评论\n- [x] 颜色方案参考[dracula](https://draculatheme.com/)\n- [ ] 中英双语切换\n- [ ] TOC目录\n- [ ] 支持Valine评论（针对墙内访客）\n\n# 使用\n\n## 基础\n\n克隆代码到**themes**目录下：\n\n```bash\ngit clone https://github.com/Neulana/the-shell-pro.git\n```\n\n然后进入：\n\nghost后台 \u003e `Design` \u003e `Active the-shell-pro theme`\n\n## 添加归档页\n\n在归档页面列出所有已发布的文章。操作步骤：\n\n- 进入ghost后台;\n\n- New Post \u003e 标题输入`Archives`，这时文章的地址默认为`archives`;\n- Post Settings \u003e 勾选`Turn this post into a page`，然后Publish;\n- Navigation \u003e 创建一个`归档`导航，地址为：`http://your_blog_url/archives`\n\n## 开启Disqus\n\n支持Disqus讨论插件，只需在后台`Code Injection`处添加一段代码：\n\n\u003e 位置：ghost后台 \u003e `Code Injection` \u003e `Blog Header`\n\n```javascript\n\u003cscript\u003e\n    var disqus_shortname = 'your_disqus_shortname';\n\u003c/script\u003e\n```\n\n## 开启社交\n\n在每篇文章底部展示自己的各大社交网站个人主页链接，目前仅支持国内常用的几家：豆瓣、知乎、微博、Github，未来考虑增加国外的社交网站。\n\n\u003e 位置：ghost后台 \u003e `Code Injection` \u003e `Blog Header`\n\n```javascript\n\u003cscript\u003e\n    var social_accounts = [\n        {'site_name': 'douban', 'user_url': 'https://www.douban.com/people/94946501'},\n        {'site_name': 'zhihu', 'user_url': 'https://www.zhihu.com/people/pinyoufu'},\n        {'site_name': 'weibo', 'user_url': 'https://weibo.com/5610949777'},\n        {'site_name': 'github', 'user_url': 'https://github.com/Neulana'},\n    ]\n\u003c/script\u003e\n```\n\n请`仅仅`将上方的user_url后缀的个人id替换成你自己的id，**请勿修改变量名称**。\n\n## 代码高亮\n\n`the-shell-pro`使用[highlight.js](https://github.com/isagalaev/highlight.js)实现代码高亮，默认使用的主题风格为 `monokai-sublime`，你也可以替换为你喜欢的代码高亮样式，可用[CDN](https://cdnjs.com/libraries/highlight.js)资源：\n\n\u003e 位置：ghost后台 \u003e `Code Injection` \u003e `Blog Header`\n\n```html\n\u003c!-- use solarized-dark style --\u003e\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/solarized-dark.min.css\" /\u003e\n```\n\n# Credit\n\nThis theme is inspired by [The-Shell](https://github.com/mityalebedev/The-Shell)\n\n\u003cdiv\u003eLogo icon made by \u003ca href=\"https://www.freepik.com/\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" \t\t\t    title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e is licensed by \u003ca href=\"http://creativecommons.org/licenses/by/3.0/\" \t\t\t    title=\"Creative Commons BY 3.0\" target=\"_blank\"\u003eCC 3.0 BY\u003c/a\u003e\u003c/div\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinple%2Fthe-shell-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinple%2Fthe-shell-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinple%2Fthe-shell-pro/lists"}