{"id":14979384,"url":"https://github.com/ghosind/jekyll-paper","last_synced_at":"2025-10-28T18:31:43.512Z","repository":{"id":41390193,"uuid":"144304591","full_name":"ghosind/Jekyll-Paper","owner":"ghosind","description":"A simple Jekyll theme, helping you to create your own blog. The repo is for self-host, and it can not deploy to GitHub Pages. You can try Jekyll-Paper-Github (https://github.com/ghosind/Jekyll-Paper-Github) if you like this repo and want to deploy it on GitHub Pages. 一个用于创建博客的简洁的Jekyll主题，此项目并非用于GitHub Pages，如需部署在GitHub Pages上请尝试Jekyll-Paper-Github。","archived":false,"fork":false,"pushed_at":"2023-12-05T01:41:42.000Z","size":927,"stargazers_count":57,"open_issues_count":0,"forks_count":22,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-01T17:23:14.270Z","etag":null,"topics":["blog","jekyll","jekyll-paper","jekyll-themes"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/ghosind.png","metadata":{"files":{"readme":"README-CN.md","changelog":"CHANGELOG","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-08-10T15:40:18.000Z","updated_at":"2024-10-30T12:29:59.000Z","dependencies_parsed_at":"2024-09-19T02:04:12.870Z","dependency_job_id":null,"html_url":"https://github.com/ghosind/Jekyll-Paper","commit_stats":{"total_commits":57,"total_committers":2,"mean_commits":28.5,"dds":0.03508771929824561,"last_synced_commit":"43fff52ceb5798c95b8df01513dde0aa83e3f7b2"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2FJekyll-Paper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2FJekyll-Paper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2FJekyll-Paper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2FJekyll-Paper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghosind","download_url":"https://codeload.github.com/ghosind/Jekyll-Paper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238700331,"owners_count":19515910,"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":["blog","jekyll","jekyll-paper","jekyll-themes"],"created_at":"2024-09-24T13:59:55.104Z","updated_at":"2025-10-28T18:31:38.064Z","avatar_url":"https://github.com/ghosind.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekyll-Paper\n\n![Jekyll-Paper](./favicon.ico)\n\n[English](./README.md) | 简体中文\n\nJekyll Paper是一个依照纸质书籍排版设计的Jekyll主题，它旨在于帮助你以最方便最快捷的方式创建自己的博客。Jekyll Paper的设计风格以简洁为主，仿照书本的排版设计，使读者能专注于文章的阅读。\n\nJekyll Paper for Github是Jekyll Paper为Github Pages所提供依赖制作的版本，可查看[Jekyll Paper for Github][jekyll-paper-github]项目了解更多。\n\n## 特色\n\n- 响应式设计\n- 分页\n- RSS\n- Sitemap\n- 自定义404页面\n- 分类目录索引\n- SASS\n- 可配置菜单栏\n- 国际化\n- SEO优化\n- 数学公式支持 (MathJax)\n- 图表支持 (Mermaid)\n- 评论支持 (Disqus)\n\n## 如何使用\n\nJekyll Paper的使用方法十分简单，只需要简单的几步即可创建自己的博客：\n\n1. `$ gem install bundler jekyll`\n2. `git clone git@github.com:ghosind/Jekyll-Paper.git`\n3. `$ cd Jekyll-Paper`\n4. `Jekyll-Paper $ bundle install`\n5. `Jekyll-Paper $ bundle exec jekyll serve`\n\n## 发布新的文章\n\n在拥有一个Jekyll博客后，随时可以发布新的文章以及进行修改、删除等操作。发布新的文章只需要进入_posts文件夹，以类似于2018-03-21-xxx.md的命名风格创建一个新的文件即可。文章内容需要使用Markdown进行编写，且在头部需要设置部分信息，具体可参考_posts文件夹中现有文件或参考Wiki中其它文档。\n\n## 自定义导航栏\n\n你可以在`_data/menus.yml`文件中增加或修改导航栏内容，导航栏每个链接配置需要包括名称与URL，具体配置可参照下方。\n\n### 导航栏配置示例\n\n```yml\n- title: \"Index\"\n  url:   \"\"\n\n- title: \"Github\"\n  absoluteUrl: true\n  url: \"https://github.com/john_doe\"\n\n- title: \"About\"\n  url:   \"about\"\n```\n\n## 支持的语言列表\n\nJekyll Paper目前支持下列语言，欢迎参与提高翻译质量及增加更多语言。请在`_config.yml`文件中设置`language`的值，其默认值为`en`（`language: en`）。\n\n- 简体中文\n- 繁體中文\n- English (英语)\n- Español (西班牙语)\n- Français (法语)\n- Deutsche (德语)\n- 日本語 (日语)\n- Português (葡萄牙语)\n\n## 预览\n\n首页：\n\n![Index](./assets/images/index-screenshot.png)\n\n文章页：\n\n![Post](./assets/images/post-screenshot.png)\n\n分类目录页：\n\n![Category](./assets/images/category-screenshot.png)\n\n移动版首页：\n\n![Mobile](./assets/images/mobile-screenshot.png)\n\n## 许可\n\nJekyll Paper通过MIT许可发布。\n\n## 参与项目\n\n如果您想参与Jekyll Paper的开发，可以在Fork后提交新的PR。\n\n若您有任何建议或者意见，可在[Jekyll Paper Issues][jekyll-paper-issues]发布。\n\n[jekyll-paper]: https://github.com/ghosind/Jekyll-Paper\n[jekyll-paper-github]: https://github.com/ghosind/Jekyll-Paper-Github\n[jekyll-paper-issues]: https://github.com/ghosind/Jekyll-Paper/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghosind%2Fjekyll-paper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghosind%2Fjekyll-paper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghosind%2Fjekyll-paper/lists"}