{"id":23699769,"url":"https://github.com/techmmunity/ghost-casper","last_synced_at":"2026-01-27T14:30:17.492Z","repository":{"id":49647392,"uuid":"375996952","full_name":"techmmunity/ghost-casper","owner":"techmmunity","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-09T21:03:32.000Z","size":307,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T08:15:39.593Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techmmunity.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}},"created_at":"2021-06-11T11:04:07.000Z","updated_at":"2021-08-09T21:03:34.000Z","dependencies_parsed_at":"2022-08-30T16:10:41.170Z","dependency_job_id":null,"html_url":"https://github.com/techmmunity/ghost-casper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techmmunity%2Fghost-casper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techmmunity%2Fghost-casper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techmmunity%2Fghost-casper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techmmunity%2Fghost-casper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techmmunity","download_url":"https://codeload.github.com/techmmunity/ghost-casper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239774329,"owners_count":19694699,"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":[],"created_at":"2024-12-30T08:15:43.279Z","updated_at":"2026-01-27T14:30:17.433Z","avatar_url":"https://github.com/techmmunity.png","language":"CSS","readme":"# Casper\n\nThe default theme for [Ghost](http://github.com/tryghost/ghost/). This is the latest development version of Casper! If you're just looking to download the latest release, head over to the [releases](https://github.com/TryGhost/Casper/releases) page.\n\n\u0026nbsp;\n\n![screenshot-desktop](https://user-images.githubusercontent.com/353959/66987533-40eae100-f0c1-11e9-822e-cbaf38fb8e3f.png)\n\n\u0026nbsp;\n\n# First time using a Ghost theme?\n\nGhost uses a simple templating language called [Handlebars](http://handlebarsjs.com/) for its themes.\n\nThis theme has lots of code comments to help explain what's going on just by reading the code. Once you feel comfortable with how everything works, we also have full [theme API documentation](https://ghost.org/docs/themes/) which explains every possible Handlebars helper and template.\n\n**The main files are:**\n\n- `default.hbs` - The parent template file, which includes your global header/footer\n- `index.hbs` - The main template to generate a list of posts, usually the home page\n- `post.hbs` - The template used to render individual posts\n- `page.hbs` - Used for individual pages\n- `tag.hbs` - Used for tag archives, eg. \"all posts tagged with `news`\"\n- `author.hbs` - Used for author archives, eg. \"all posts written by Jamie\"\n\nOne neat trick is that you can also create custom one-off templates by adding the slug of a page to a template file. For example:\n\n- `page-about.hbs` - Custom template for an `/about/` page\n- `tag-news.hbs` - Custom template for `/tag/news/` archive\n- `author-ali.hbs` - Custom template for `/author/ali/` archive\n\n\n# Development\n\nCasper styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com/) and [Gulp](https://gulpjs.com) installed globally. After that, from the theme's root directory:\n\n```bash\n# install dependencies\nyarn install\n\n# run development server\nyarn dev\n```\n\nNow you can edit `/assets/css/` files, which will be compiled to `/assets/built/` automatically.\n\nThe `zip` Gulp task packages the theme files into `dist/\u003ctheme-name\u003e.zip`, which you can then upload to your site.\n\n```bash\n# create .zip file\nyarn zip\n```\n\n# PostCSS Features Used\n\n- Autoprefixer - Don't worry about writing browser prefixes of any kind, it's all done automatically with support for the latest 2 major versions of every browser.\n- [Color Mod](https://github.com/jonathantneal/postcss-color-mod-function)\n\n\n# SVG Icons\n\nCasper uses inline SVG icons, included via Handlebars partials. You can find all icons inside `/partials/icons`. To use an icon just include the name of the relevant file, eg. To include the SVG icon in `/partials/icons/rss.hbs` - use `{{\u003e \"icons/rss\"}}`.\n\nYou can add your own SVG icons in the same manner.\n\n\n# Copyright \u0026 License\n\nCopyright (c) 2013-2021 Ghost Foundation - Released under the [MIT license](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechmmunity%2Fghost-casper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechmmunity%2Fghost-casper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechmmunity%2Fghost-casper/lists"}