{"id":17035894,"url":"https://github.com/christophery/geist","last_synced_at":"2025-06-15T15:11:25.535Z","repository":{"id":36683348,"uuid":"181564159","full_name":"christophery/geist","owner":"christophery","description":"Casper 2.0 theme for WordPress.","archived":false,"fork":false,"pushed_at":"2023-04-01T05:13:38.000Z","size":791,"stargazers_count":28,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T12:58:15.229Z","etag":null,"topics":["blog","casper","theme","wordpress","wordpress-theme"],"latest_commit_sha":null,"homepage":"https://chrisyee.ca/geist/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/christophery.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,"zenodo":null}},"created_at":"2019-04-15T20:53:49.000Z","updated_at":"2025-04-09T06:36:24.000Z","dependencies_parsed_at":"2025-04-12T12:52:52.408Z","dependency_job_id":"bf4513f5-4263-4c54-90a8-9d38121f9558","html_url":"https://github.com/christophery/geist","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/christophery/geist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophery%2Fgeist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophery%2Fgeist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophery%2Fgeist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophery%2Fgeist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christophery","download_url":"https://codeload.github.com/christophery/geist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophery%2Fgeist/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259994825,"owners_count":22943269,"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","theme","wordpress","wordpress-theme"],"created_at":"2024-10-14T08:48:29.167Z","updated_at":"2025-06-15T15:11:25.447Z","avatar_url":"https://github.com/christophery.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Geist\n\nGeist is a personal blogging theme for WordPress. This theme is a port of the [Casper 2.0](https://github.com/TryGhost/Casper) theme for WordPress.\n\nFeel free to [contact me](https://chrisyee.ca/contact/) if you use Geist in one of your websites.\n\n[Download Theme](https://github.com/christophery/geist/releases)\n\n![Geist Screenshot](screenshot.png?raw=true)\n\n## Features\n\n- [Gutenberg Editor](https://wordpress.org/gutenberg/) Support\n- Search\n- Comments\n- Customizer\n- Social Profiles\n- Responsive Design\n- Infinite Scroll ([with Jetpack](https://jetpack.com/features/design/infinite-scroll/))\n- Dark Mode\n\n## Requirements\n\n- [WordPress](http://wordpress.org/)\n\n## Install\n\n1. In your admin panel, go to **Appearance** \u003e **Themes** and click the **Add New** button.\n2. Click **Upload Theme** and **Choose File**, then select the theme's .zip file. Click **Install Now**.\n3. Click **Activate** to use your new theme right away.\n\n## Dark Mode\n\nDark mode is not enabled by default. To enable this feature go to **Appearance** \u003e **Customize** \u003e **Dark Mode**.\n\n### Light\nThis will display the theme in light mode for everyone.\n\n### Dark (auto)\nThis will automatically adjust the appearance based on the users OS appearance/color preference.\n\n## Editing Geist\nThe recommended way to edit the theme is to [create a child theme](https://developer.wordpress.org/themes/advanced-topics/child-themes/).\n\nThis will ensure that none of your changes will be lost when you update the theme.\n\n## Development\nThe CSS and JS files are compiled and minified using Gulp. You'll need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com/) and [Gulp](https://gulpjs.com/) installed globally.\n\n**From the theme's root directory run:**\n\n```\n$ yarn install\n$ yarn dev\n```\n\nNow you can edit files in `/css/` and `/js/`, which will be compiled to `/built/` automatically.\n\nThe **zip** Gulp task packages the theme files into `dist/geist.zip`, which you can then upload to your WordPress site.\n\n```\n$ yarn zip\n```\n\n## SVG Icons\nGeist uses inline SVG icons, included. You can find all icons inside `/template-parts/icons`. \n\nTo use an icon just use the [get_template_part()](https://developer.wordpress.org/reference/functions/get_template_part/) function:\n\n```\n\u003c?php get_template_part('template-parts/icons/website'); ?\u003e\n```\n\n## Third-party resources:\n\nCasper, Copyright (c) 2013-2019 [Ghost Foundation](https://ghost.org/)  \n**License:** [MIT license](https://github.com/TryGhost/Casper/blob/master/LICENSE).  \n**Source:** [https://github.com/TryGhost/Casper](https://github.com/TryGhost/Casper)  \n\n_s, Copyright 2015-2018 [Automattic, Inc.](https://automattic.com/)  \n**License:** [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)  \n**Source:** [https://github.com/Automattic/_s/](https://github.com/Automattic/_s/)  \n\nFitVids, Copyright 2013 [Chris Coyier](https://chriscoyier.net/) and [Dave Rupert](https://daverupert.com/)  \n**License:** [WTFPL](http://www.wtfpl.net/)  \n**Source:** [https://github.com/davatron5000/FitVids.js](https://github.com/davatron5000/FitVids.js)  \n\n## License\nGeist, Copyright (c) 2021 [Chris Yee](https://chrisyee.ca) - Released under the [GPL v2.0 license](https://www.gnu.org/licenses/gpl-2.0.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophery%2Fgeist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristophery%2Fgeist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophery%2Fgeist/lists"}