{"id":18021315,"url":"https://github.com/gcssloop/gcs-vno-jekyll","last_synced_at":"2025-10-11T14:16:31.501Z","repository":{"id":95110890,"uuid":"73569335","full_name":"GcsSloop/Gcs-Vno-Jekyll","owner":"GcsSloop","description":"博客主题纯净版","archived":false,"fork":false,"pushed_at":"2019-02-21T02:07:33.000Z","size":713,"stargazers_count":76,"open_issues_count":0,"forks_count":27,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-08T10:40:51.444Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/GcsSloop.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-12T18:02:56.000Z","updated_at":"2024-11-11T06:54:42.000Z","dependencies_parsed_at":"2023-04-24T23:17:17.093Z","dependency_job_id":null,"html_url":"https://github.com/GcsSloop/Gcs-Vno-Jekyll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GcsSloop/Gcs-Vno-Jekyll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GcsSloop%2FGcs-Vno-Jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GcsSloop%2FGcs-Vno-Jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GcsSloop%2FGcs-Vno-Jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GcsSloop%2FGcs-Vno-Jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GcsSloop","download_url":"https://codeload.github.com/GcsSloop/Gcs-Vno-Jekyll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GcsSloop%2FGcs-Vno-Jekyll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007503,"owners_count":26084313,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-30T06:09:32.584Z","updated_at":"2025-10-11T14:16:31.484Z","avatar_url":"https://github.com/GcsSloop.png","language":"CSS","readme":"# Gcs-Vno-Jekyll\n\n基于 Jekyll 的个人博客主题。\n\n## 样式预览\n\n![](http://ww4.sinaimg.cn/large/005Xtdi2jw1f9pvpcwm0rj313y0maade.jpg)\n\n### [点击这里查看实际部署效果](http://www.gcssloop.com/)\n\n## 使用方法\n\n1.如果是使用 GitHub Pages 则直接复制该文件到对应仓库的对应分支即可，发布完成后，过几分钟就能在对应的网址看到效果了。\n\n2.如果需要本地调试预览，则需要在本机安装 Ruby，并配置好 Jekyll 环境，环境配置方式自行搜索。\n\n3.文章应放在 `_posts` 目录下，并按照 `year-month-day-filename.md` 的格式命名。\n\n4.配置文件为 `_config.yml`， 这个就不用多说了吧。\n\n## 可选功能\n\n#### 1.本地调试方法\n\n本机环境配置完成后，在命令行中进入该文件夹根目录，输入 `jekyll server` 稍等片刻就能在 \u003chttp://localhost:4000\u003e 看到效果了。\n\n#### 2.添加文章评论\n\n到 [多说官网](http://duoshuo.com/) 申请一个账号，之后将自动生成的代码复制到 `/_includes/comments.html` 文件中即可。\n\n注意修改自动生成代码中的url，多说中会有提示，示例写法：\n\n``` html\n \u003cdiv id=\"comments\" class=\"ds-thread\" data-thread-key=\"{{page.id}}\" data-title=\"{{page.title}}\" data-url=\"{{site.url}}{{page.url}}\"\u003e\u003c/div\u003e\n```\n\n#### 3.博文置顶\n\n在文章最上面添加 `istop: true` 属性会让该博文置顶显示，但该文章原始位置依旧会显示，这就意味址如果你置顶了第一页的文章，你会在第一页看到两篇文章。\n\n如果想要修改博文置顶的逻辑可以在 `index.html` 文件中修改。\n\n#### 4.站内搜索\n\n目录页面的站内搜索实际上是利用了 Google 搜索的一个特性，如果想要删除或者修改都可以，文件中有注释。\n\n不要问我为什么不用百度，因为百度收录速度太慢了，经常收录不全。 ╮ (￣ 3￣) ╭\n\n#### 5.站点地图\n\n站点地图会自动生成，地址为 `域名/sitemap.xml`，建议将该地址提交给搜索引擎，方便引擎快速抓取收录你的页面。\n\n#### 6.多链接访问\n\n有时修改文章标题，分类会使原始链接丢失，可以使用 `redirect_from` 属性将原始链接重定向到新链接地址。\n\n``` yml\nredirect_from:\n  - /1970/01/about/\n```\n\n#### 7.SEO优化\n\n为了增加你博文被搜索到的概率，可以考虑使用 SEO 优化，我定义了两个属性，`keywords` 和 `excerpt` ：\n\n``` yml\nkeywords: GcsSloop, gcssloop\nexcerpt: 我是 GcsSloop， 一名生活在2.5次元的魔法师，平时研究一下魔法，做一些魔法卷轴，也会把一些研究成果贡献出来，以帮助新入门的魔法师更快速的成长为高级魔法师。点击此处查看我公布的魔法研究成果。\n```\n\n**关于文章开头常用的属性示例可以参考 `1970-01-01-about.md` 文件。**\n\n\n## Licence\n\n本主题是基于 onevcat 大神的 [OneV-s-Den](https://github.com/onevcat/OneV-s-Den) 修改而来的，非常感谢 onevcat 以及之前作者作出的贡献。\n\nGreat thanks to [Dale Anthony](https://github.com/daleanthony) and his [Uno](https://github.com/daleanthony/uno). Vno Jekyll is based on Uno, and contains a lot of modification on page layout, animation, font and some more things I can not remember. Vno Jekyll is followed with Uno and be licensed as [Creative Commons Attribution 4.0 International](http://creativecommons.org/licenses/by/4.0/). See the link for more information.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcssloop%2Fgcs-vno-jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgcssloop%2Fgcs-vno-jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcssloop%2Fgcs-vno-jekyll/lists"}