{"id":18326552,"url":"https://github.com/ghosind/jekyll-paper-github","last_synced_at":"2025-04-06T10:10:43.712Z","repository":{"id":45047913,"uuid":"121039317","full_name":"ghosind/Jekyll-Paper-Github","owner":"ghosind","description":"A simple Jekyll theme, helping you to create your own blog on Github Pages.","archived":false,"fork":false,"pushed_at":"2025-03-07T16:01:42.000Z","size":866,"stargazers_count":32,"open_issues_count":0,"forks_count":64,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T09:05:40.135Z","etag":null,"topics":["blog","github-page","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":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-02-10T17:54:14.000Z","updated_at":"2025-03-21T00:28:00.000Z","dependencies_parsed_at":"2024-10-22T20:37:13.200Z","dependency_job_id":null,"html_url":"https://github.com/ghosind/Jekyll-Paper-Github","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2FJekyll-Paper-Github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2FJekyll-Paper-Github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2FJekyll-Paper-Github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2FJekyll-Paper-Github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghosind","download_url":"https://codeload.github.com/ghosind/Jekyll-Paper-Github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464220,"owners_count":20942970,"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","github-page","jekyll","jekyll-paper","jekyll-themes"],"created_at":"2024-11-05T19:07:15.217Z","updated_at":"2025-04-06T10:10:43.694Z","avatar_url":"https://github.com/ghosind.png","language":"SCSS","readme":"# Jekyll Paper for Github\n\n![Jekyll Paper](./favicon.ico)\n\n[English](./README.md) | 简体中文\n\nJekyll Paper是一个依照纸质书籍排版设计的Jekyll主题，它旨在于帮助你以最方便最快捷的方式创建自己的博客。Jekyll Paper的设计风格以简洁为主，仿照书本的排版设计，使读者能专注于文章的阅读。\n\nJekyll Paper for Github是[Jekyll Paper][jekyll-paper]的子项目，它专为Github Pages设计，只包含了Github Pages环境支持的插件，可完美运行于Github Pages上。\n\n## 特色\n\n- 响应式设计\n- 分页\n- RSS\n- Sitemap\n- 自定义404页面\n- SASS\n- 国际化\n- 可配置菜单栏\n- SEO优化\n- 分类目录索引\n- 评论支持 (Disqus)\n- 数学公式支持 (MathJax)\n- 图表支持 (Mermaid)\n\n## Getting Start\n\nJekyll Paper for Github的使用方法十分简单，只需要简单的几步即可创建自己的博客：\n\n1. 打开[Jekyll Paper for Github](jekyll-paper-github)主页，登录Github账号并点击Fork，将项目复制到您的账号中。\n2. 进入Fork的项目副本，打开设置页面(Setting)。\n3. 将Repository name更改为`Github-用户名.github.io`，其中`Github-用户名`需要替换为您的用户名。\n4. 访问`Github-用户名.github.io`。\n\n## 发布新的文章\n\n在拥有一个Jekyll博客后，随时可以发布新的文章以及进行修改、删除等操作。发布新的文章只需要进入`_posts`文件夹，以类似于`2018-03-21-xxx.md`的命名风格创建一个新的文件即可。文章内容需要使用Markdown进行编写，且在头部需要设置部分信息，具体可参考`_posts`文件夹中示例文件或参考其它文档。\n\n## 设置导航栏\n\n你可以在`_data/menus.yml`文件中增加或修改导航栏内容，导航栏每个链接配置需要包括名称与URL，具体配置可参照下方。\n\n### 导航栏配置示例\n\n```yml\n- title: \"Index\"\n  url:   \"\"\n\n- title: \"About\"\n  url:   \"about\"\n```\n\n## 支持的语言列表\n\nJekyll Paper for Github目前支持下列语言，欢迎参与提高翻译质量及增加更多语言。请在`_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 Screenshot](./assets/images/index-screenshot.png)\n\n文章页：\n\n![Post Screenshot](./assets/images/post-screenshot.png)\n\n分类目录页：\n\n![Category Screenshot](./assets/images/category-screenshot.png)\n\n## 许可\n\nJekyll Paper for Github通过MIT许可发布。\n\n## 参与项目\n\n如果您想参与Jekyll Paper for Github的开发，可以在Fork后提交新的PR。\n\n若您有任何建议或者意见，可在[Jekyll Paper for Github Issues][jekyll-paper-github-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-github-issues]: https://github.com/ghosind/Jekyll-Paper-Github/issues\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghosind%2Fjekyll-paper-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghosind%2Fjekyll-paper-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghosind%2Fjekyll-paper-github/lists"}