• Stars
    star
    554
  • Rank 80,342 (Top 2 %)
  • Language
    CSS
  • License
    GNU General Publi...
  • Created over 10 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Casper 👻 theme for Wordpress

Casper

A Ghost-like 👻 WordPress theme

Build Status WordPress License: GPL v2

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.

Features

  • Search feature 🔦
  • Comments section 🙊
  • Customizer integration 🌈
  • Social icons pre-included 🐾
  • Responsive site and images 🐛

screenshot

Demo

Download Casper from the WordPress.org Theme Directory

Table of Contents

Usage

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.

Editing Casper

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.

Building Casper

Casper is open-source and simple to develop and extend.

Using Grunt to build the package

# 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.

Grunt Tasks
  • Compile src/css/style.less and other LESS and CSS files in src/css/
  • Any CSS is combed, linted, prefixed, then compiled with css/style.css
  • css/style.css is minified into style.css
  • Images in src/img/ are compressed and copied to img
  • Theme JavaScript and other js files in src/js/ are linted, minified, and combined into js/main.js
i18n (internationalization)

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.

Getting Involved

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. ⛄️

🏎 Roadmap

  • Update Casper WP to match the updated Ghost version - Casper 2!
  • Implement an update mechanism to pull changes from the Ghost project to keep the development in sync

License

GPL v2.0 © Lacy Morrow

All assets licensed under a GPL-compatible license.

More Repositories

1

crossover

🎯 A Crosshair Overlay for any screen.
JavaScript
671
star
2

album-art

💽 Fetch cover art for an artist or album: "The Beatles" ➔ http://path/to/beatles.jpg
JavaScript
84
star
3

cinematic

🎥 Gorgeous desktop movie collections
JavaScript
33
star
4

movie-trailer

🎥 Fetch movie trailers: "Crash" ➔ http://path/to/trailer
JavaScript
28
star
5

casper-child

👻 A starter child theme for Casper
CSS
11
star
6

movie-art

🎞 Fetch movie and tv poster art: "Crash" ➔ http://path/to/crash.jpg
JavaScript
9
star
7

movie-info

🎥 Get information, images, rating, description, etc. about a movie.
JavaScript
9
star
8

xplay-js

🏝 Make playing media on the web a breeze
PHP
5
star
9

fpv-bible

🚁 A comprehensive, open-source guide to building First-Person-View (FPV) racing drones, and drones in general
5
star
10

xspf-playlist

💿 Magically created XSPF Playlists
JavaScript
5
star
11

dazzboard

🍱 Delightful web dashboard
JavaScript
4
star
12

xspf-playlister-py

⚙️ Generate an XSPF playlist file for audio and video files using Python
Python
3
star
13

xspf-jukebox

🎹 Flash media player for champions
PHP
3
star
14

lacymorrow.github.io

🦄 Homepage for Lacymorrow.com
PHP
3
star
15

xspf-playlister-php

⚙️ Generate an XSPF playlist file for audio and video files using PHP. Used by XSPF-Jukebox.
PHP
2
star
16

init-static

🔋 Front-end static starter dev kit with PHP, LiveReload, Bootstrap3, LESS, partials, optimizers, and build tools
JavaScript
2
star
17

experiments

🔬 A collection of deprecated labs, generative art experiments, calculator games, and other interesting code-stuffs. *mostly outdated*
HTML
2
star
18

flipper-zero

Files for Flipper Zero
C
1
star
19

nextron-worker-process

An example Nextron app with a background worker
JavaScript
1
star
20

youtube-stream

📺 A new streaming solution
JavaScript
1
star
21

subscription-starter

TypeScript
1
star
22

hyper2-border

JavaScript
1
star
23

charliesvision.com

🌎 Web memorial for Charlie Butterworth.
HTML
1
star
24

rbot

🤖 Social Bot for Generating Interactions in Python using Reddit
Python
1
star
25

eslint-standard

💎 A complete .eslintrc file following the StandardJS rules for writing JavaScript The Right Way™
1
star