{"id":13808761,"url":"https://github.com/lacymorrow/casper","last_synced_at":"2025-03-14T02:31:08.829Z","repository":{"id":15200683,"uuid":"17928947","full_name":"lacymorrow/casper","owner":"lacymorrow","description":"Casper 👻 theme for Wordpress","archived":true,"fork":false,"pushed_at":"2024-04-30T18:08:29.000Z","size":1802,"stargazers_count":557,"open_issues_count":32,"forks_count":93,"subscribers_count":40,"default_branch":"master","last_synced_at":"2024-10-29T11:13:58.604Z","etag":null,"topics":["blog","casper","casper-theme","child-theme","ghost","php","theme","theme-directory","wordpress"],"latest_commit_sha":null,"homepage":"http://lacymorrow.com/casper","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"chef-cookbooks/openssl","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lacymorrow.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":"license.txt","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},"funding":{"github":"lacymorrow","patreon":"lacymorrow","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["buymeacoffee.com/lm","lacymorrow.com/donate"]}},"created_at":"2014-03-20T03:00:16.000Z","updated_at":"2024-08-06T16:58:23.000Z","dependencies_parsed_at":"2024-11-06T12:07:18.259Z","dependency_job_id":"382a4c6f-1ba9-4168-9886-e825bf76be7b","html_url":"https://github.com/lacymorrow/casper","commit_stats":{"total_commits":202,"total_committers":21,"mean_commits":9.619047619047619,"dds":"0.19306930693069302","last_synced_commit":"fa1338a5a6f5905106eae22d73f16480422ad7ba"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacymorrow%2Fcasper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacymorrow%2Fcasper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacymorrow%2Fcasper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacymorrow%2Fcasper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lacymorrow","download_url":"https://codeload.github.com/lacymorrow/casper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243466985,"owners_count":20295309,"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","casper","casper-theme","child-theme","ghost","php","theme","theme-directory","wordpress"],"created_at":"2024-08-04T01:01:51.322Z","updated_at":"2025-03-14T02:31:08.788Z","avatar_url":"https://github.com/lacymorrow.png","language":"CSS","funding_links":["https://github.com/sponsors/lacymorrow","https://patreon.com/lacymorrow","buymeacoffee.com/lm","lacymorrow.com/donate"],"categories":["CSS"],"sub_categories":[],"readme":"\n[![Casper](https://raw.githubusercontent.com/lacymorrow/casper/master/img/casper.png \"Casper\")](http://lacymorrow.com/projects/casper/)\n\n\u003e A Ghost-like 👻 WordPress theme\n\n[![WordPress](https://img.shields.io/wordpress/v/akismet.svg)]() [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)\n\nCasper *(for WordPress)* is a simple yet beautiful theme for bloggers.\n\nInspired by the [Ghost](http://ghost.org) blogging platform, Casper is a [WordPress](http://wordpress.org) port of the [default theme by the same name](https://github.com/TryGhost/Casper). The goal of this project is to emulate the gorgeous theme while taking advantage of features exclusive to the WordPress framework.\n\n\n## Features\n* Search feature   🔦\n* Comments section   🙊\n* Customizer integration   🌈\n* Social icons pre-included   🐾\n* Responsive site and images   🐛 \n\n\n[![screenshot](https://raw.githubusercontent.com/lacymorrow/casper/master/screenshot.png \"screenshot\")](http://lacymorrow.com/projects/casper/)\n\n### [Demo](https://casper.lacymorrow.com)\n\n### [Download Casper from the WordPress.org Theme Directory](http://wordpress.org/themes/casper)\n\n\n## Table of Contents\n\n- [Usage](#usage)\n- [Editing](#editing-casper)\n- [Building](#building-casper)\n    - [With Grunt](#using-grunt-to-build-the-package)\n    - [Grunt Tasks](#grunt-tasks)\n    - [i18n](#i18n-internationalization)\n- [Development](#development)\n- [Roadmap](#roadmap)\n- [License](#license)\n\n\n## Usage\n\nDownload the [zip](https://github.com/lacymorrow/casper/archive/master.zip) package of the theme and install either automatically through the WordPress Dashboard \u003e Appearance tab, or by uploading the `casper` folder to your WordPress/wp-content/themes directory.\n\nThe `style.css` file in the theme directory is minified. A human-readable version of is located at `css/style.css`.\n\n\n## Editing Casper\n\nThe recommended way to edit the Casper theme is to use the [Casper child theme](https://github.com/lacymorrow/casper-child). This will ensure that none of your changes will be lost when you update Casper. Install and activate the child theme and make changes as you would normally. Any file included in the theme will override a Casper theme file (exceptions being `functions.php` and `style.css`).\n\nIf you want to make changes to the core theme, or want to contribute, read below on how to build the package.\n\n\n## Building Casper\n\nCasper is open-source and simple to develop and extend.\n\n\n#### Using Grunt to build the package\n\n```bash\n# Clone and install dependencies\n\n$ git clone https://github.com/lacymorrow/casper.git\n$ cd casper\n$ npm install -g grunt-cli\n$ npm install\n\n\n# Build the distribution\n\n$ grunt\n```\n_or `grunt watch` to continuously build._\n\n##### Grunt Tasks\n\n * Compile `src/css/style.less` and other LESS and CSS files in `src/css/`\n * Any CSS is combed, linted, prefixed, then compiled with `css/style.css`\n * `css/style.css` is minified into `style.css`\n * Images in `src/img/` are compressed and copied to `img`\n * Theme JavaScript and other js files in `src/js/` are linted, minified, and combined into `js/main.js`\n\n##### i18n (_internationalization_)\n\nTo generate a `.pot` language file you must have xgettext installed. On OSX using homebrew run `brew install gettext \u0026\u0026 brew link gettext --force` to install. Run `grunt i18n` to generate language files.\n\n\n## Getting Involved\n\nWant to report a bug, request a feature, or help me build this project? The more the merrier!  🐞\n\nMany thanks to the [Ghost](http://ghost.org) \u0026 [WordPress](http://wordpress.org) teams, as well as the [Underscores \\_s](http://underscores.me/) contributers, and [kvendrik](https://github.com/kvendrik/responsive-images.js).  ☄️\n\nBuilt using all of the above.  ⛄️\n\n\n## 🏎  Roadmap\n * Update Casper WP to match the updated Ghost version - _Casper 2!_\n * Implement an update mechanism to pull changes from the Ghost project to keep the development in sync\n\n\n## License\n\n[GPL v2.0](http://www.gnu.org/licenses/gpl-2.0.html) © [Lacy Morrow](http://lacymorrow.com)\n\nAll assets licensed under a GPL-compatible license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacymorrow%2Fcasper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flacymorrow%2Fcasper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacymorrow%2Fcasper/lists"}