Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sage | 12,099 | 6 | 3 | 4 days ago | 40 | July 19, 2022 | 12 | mit | PHP | |
WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and a modern development workflow | ||||||||||
Typography.js | 3,757 | 2,206 | 186 | 4 months ago | 79 | May 10, 2021 | 95 | mit | JavaScript | |
A powerful toolkit for building websites with beautiful design | ||||||||||
Argon Theme | 3,160 | 2 months ago | 120 | gpl-3.0 | PHP | |||||
📖 Argon - 一个轻盈、简洁的 WordPress 主题 | ||||||||||
Understrap | 2,957 | 81 | 1 | 2 days ago | 37 | November 08, 2021 | 75 | gpl-3.0 | CSS | |
Underscores + Bootstrap = Understrap, the renowned open-source WordPress starter theme. | ||||||||||
Sakura | 2,947 | 2 months ago | 20 | gpl-2.0 | PHP | |||||
A Wonderful WordPress Theme: 樱花庄的白猫博客主题 | ||||||||||
Frontity | 2,823 | 6 | 67 | a month ago | 60 | July 19, 2022 | 66 | apache-2.0 | TypeScript | |
» Frontity - The React Framework for WordPress | ||||||||||
Foundationpress | 2,780 | 4 years ago | 35 | April 12, 2019 | 55 | mit | PHP | |||
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb | ||||||||||
Kratos | 2,703 | 5 days ago | 11 | gpl-3.0 | PHP | |||||
📖 WordPress theme that focus on reading experience | ||||||||||
Plugin Update Checker | 1,927 | 63 | 30 | 14 days ago | 31 | July 24, 2022 | 79 | mit | PHP | |
A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes. | ||||||||||
Sakurairo | 1,835 | 13 hours ago | 6 | gpl-2.0 | PHP | |||||
一个多彩、轻松上手、体验完善,具有强大自定义功能的WordPress主题(基于Sakura主题,支持简繁英日多语言)A Colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura. Support Simplified Chinese, Traditional Chinese, English and Japanese languages) |
A Ghost-like WordPress theme
Casper (for WordPress) is a simple yet beautiful theme for bloggers.
Inspired by the Ghost blogging platform, Casper is a WordPress port of the default theme by the same name. The goal of this project is to emulate the gorgeous theme while taking advantage of features exclusive to the WordPress framework.
Download the zip package of the theme and install either automatically through the WordPress Dashboard > Appearance tab, or by uploading the casper
folder to your WordPress/wp-content/themes directory.
The style.css
file in the theme directory is minified. A human-readable version of is located at css/style.css
.
The recommended way to edit the Casper theme is to use the Casper child theme. 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
).
If you want to make changes to the core theme, or want to contribute, read below on how to build the package.
Casper is open-source and simple to develop and extend.
# Clone and install dependencies
$ git clone https://github.com/lacymorrow/casper.git
$ cd casper
$ npm install -g grunt-cli
$ npm install
# Build the distribution
$ grunt
or grunt watch
to continuously build.
src/css/style.less
and other LESS and CSS files in src/css/
css/style.css
css/style.css
is minified into style.css
src/img/
are compressed and copied to img
src/js/
are linted, minified, and combined into js/main.js
To generate a .pot
language file you must have xgettext installed. On OSX using homebrew run brew install gettext && brew link gettext --force
to install. Run grunt i18n
to generate language files.
Want to report a bug, request a feature, or help me build this project? The more the merrier!
Many thanks to the Ghost & WordPress teams, as well as the Underscores _s contributers, and kvendrik.
Built using all of the above.
All assets licensed under a GPL-compatible license.