{"id":13511719,"url":"https://github.com/jekyllt/jasper2","last_synced_at":"2025-04-08T02:41:48.656Z","repository":{"id":41241171,"uuid":"111121897","full_name":"jekyllt/jasper2","owner":"jekyllt","description":"Full-featured Jekyll port of Ghost's default theme Casper v2 👻","archived":false,"fork":false,"pushed_at":"2024-05-30T09:01:32.000Z","size":3902,"stargazers_count":768,"open_issues_count":14,"forks_count":663,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-01T01:41:12.595Z","etag":null,"topics":["casper-theme","github-pages","jekyll","jekyll-theme","jekyll-themes","static-site"],"latest_commit_sha":null,"homepage":"https://jekyllt.github.io/jasper2/","language":"HTML","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/jekyllt.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":"2017-11-17T15:53:38.000Z","updated_at":"2025-03-24T06:30:41.000Z","dependencies_parsed_at":"2024-09-28T02:41:08.292Z","dependency_job_id":"f06d16c7-720d-4545-ab36-98b6425c53e4","html_url":"https://github.com/jekyllt/jasper2","commit_stats":{"total_commits":103,"total_committers":20,"mean_commits":5.15,"dds":"0.35922330097087374","last_synced_commit":"09420fc417962f78d0e15c1b5cd6c6a8684ec747"},"previous_names":["jekyller/jasper2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyllt%2Fjasper2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyllt%2Fjasper2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyllt%2Fjasper2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jekyllt%2Fjasper2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jekyllt","download_url":"https://codeload.github.com/jekyllt/jasper2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427031,"owners_count":20937217,"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":["casper-theme","github-pages","jekyll","jekyll-theme","jekyll-themes","static-site"],"created_at":"2024-08-01T03:01:08.224Z","updated_at":"2025-04-08T02:41:48.637Z","avatar_url":"https://github.com/jekyllt.png","language":"HTML","readme":"## Jasper2\n\n[![Build Status](https://github.com/jekyllt/jasper2/actions/workflows/jekyll_build.yml/badge.svg)](https://github.com/jekyllt/jasper2/actions/workflows/jekyll_build.yml)\n[![Ruby](https://img.shields.io/badge/ruby-2.6.3-blue.svg?style=flat)](http://travis-ci.org/jekyllt/jasper2)\n[![Jekyll](https://img.shields.io/badge/jekyll-3.9.0-blue.svg?style=flat)](http://travis-ci.org/jekyllt/jasper2)\n\nThis is a full-featured port of Ghost's default theme [Casper](https://github.com/tryghost/casper)\n[v2.1.9](https://github.com/TryGhost/Casper/releases/tag/2.1.9) for [Jekyll](https://jekyllrb.com/) / [GitHub Pages](https://pages.github.com/).\n\n## Live Demo\n\n[Ghost's Casper](https://demo.ghost.io) // [Jasper2](https://jekyllt.github.io/jasper2)\n\n![home page](https://raw.githubusercontent.com/jekyllt/jasper2/master/assets/screenshot-desktop.jpg)\n\n\n## Features\n\n* Out of the box support for multiple authors (via `_data/authors.yml`)\n* Full author information including: picture, bio, website, twitter, facebook, etc.\n* Tag description(s) and personalised covers (via `_data/tags.yml`)\n* Related posts view at the bottom of each post\n* All Ghost default pages: Author page(s), Tag page(s), About page(s), 404, etc.\n* Pagination (infinite scrolling or standard pagination, i.e. posts across multiple pages)\n* Atom Feeds by [Jekyll-feed](https://github.com/jekyll/jekyll-feed)\n* Toggleable subscribe button (requires an external service)\n* Code Syntax Highlight with [highlight.js](https://highlightjs.org/)\n* Support for Google Analytics tracking\n* Support for Disqus comments (not Ghost standard)\n\n\n## Getting Started\n\n### Deployment\n\nThere are several alternatives to building and deploying the site:\n\n1. build the site with [GitHub Actions](https://github.com/features/actions) which pushes \nthe resulting files (the contents of `_site/` or `../jasper2-pages/`) \nto the *gh-pages* branch. This is the approach that is currently used. See \n[jekyll_build.yml](.github/workflows/jekyll_build.yml) for more details.\n\n2. generate the site locally (more details below) and push the resulting\nHTML to a Github repository, that GitHub Pages then host;\n\n3. build the site with [travis-ci](https://travis-ci.org/) (with goodies from\n[jekyll-travis](https://github.com/mfenner/jekyll-travis)) automatically pushing the\ngenerated HTML files to a *gh-pages* branch.\n\n4. deploy the static website with Jekyll-compatible hosters, such as https://www.netlify.com/, that allow for deployment from the Github repo and publish the website using CDNs. Netlify has a free starter offer.\n\nFor option **2)** simply clone this repository (*master branch*), and then run\n`bundle exec jekyll serve` inside the directory. Upload the resulting `_site/` (or `../jasper2-pages/`)\ncontents to your repository (*master branch* if uploading as your personal page\n(e.g. username.github.io) or *gh-pages branch* if uploading as a project page\n(as for the [demo](https://github.com/jekyllt/jasper2/tree/gh-pages)).\n\nFor option **3)** you will need to set up travis-ci for your personal fork. Briefly all you\nneed then is to change your details in *[\\_config.yml](_config.yml)* so that you can push\nto your github repo. You will also need to generate a secure key to add to your\n*[.travis.yml](.travis.yml)* (you can find more info on how to do it in that file).\nAlso make sure you read the documentation from\n[jekyll-travis](https://github.com/mfenner/jekyll-travis). This approach has clear\nadvantages in that you simply push your file changes to GitHub and all the HTML files\nare generated for you and pushed to *gh-pages*. Also you get to know if everything is\nstill fine with your site builds. Don't hesitate to contact me if you still have any\nissues (see below about issue tracking).\n\n### Author Pages\n\nIn order to properly generate author pages you need to rename the field *author* in the\nfront matter of every post to match that of your each author's *username* as defined\nin the *[\\_data/authors.yml](_data/authors.yml)* file.\nWith the latest update, multiple author blogs are now supported out of the box.\n\n### Compiling Styles\n\nFollowing on the way Casper styles are compiled as [described here](https://github.com/tryghost/casper#development):\n\nJasper2 styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node and Gulp installed globally. After that, from the theme's root directory:\n\n```bash\n$ npm install\n$ gulp\n```\n\nNow you can edit `/assets/css/` files, which will be compiled to `/assets/built/` automatically.\n\n## Issues and Contributing\n\nThis install builds well with Ruby v2.6.3 and Jekyll v3.9.0. If you run into any problems\nplease log them on the [issue tracker](https://github.com/jekyllt/jasper2/issues).\n\nFeel free pull-request your patches and fixes.\n\n## Thanks\n\nMany thanks to the Ghost team for all the design work. Also many thanks to all contributors,\nthat help keeping the project alive and updated :smile:\n\n\n## Copyright \u0026 License\n\nSame licence as the one provided by Ghost's team. See Casper's theme [license](GHOST.txt).\n\nCopyright (C) 2015-2021 - Released under the MIT License.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":["HTML"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjekyllt%2Fjasper2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjekyllt%2Fjasper2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjekyllt%2Fjasper2/lists"}