All Projects → lacymorrow → Casper

lacymorrow / Casper

Licence: gpl-2.0
Casper 👻 theme for Wordpress

Projects that are alternatives of or similar to Casper

Setup Ghost Blog
Script to install your own Ghost blog, with Nginx and ModSecurity/Naxsi web application firewall. Supports multiple blogs.
Stars: ✭ 140 (-75%)
Mutual labels:  blog, wordpress, ghost
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (-68.57%)
Mutual labels:  blog, wordpress, ghost
Blog Post Workflow
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
Stars: ✭ 910 (+62.5%)
Mutual labels:  blog, wordpress, ghost
Courselit
Start your own online teaching business. Features include course maker, students manager, payments and more.
Stars: ✭ 73 (-86.96%)
Mutual labels:  blog, wordpress, ghost
Coderghosttheme
Coder Ghost Theme for Showcasing Projects
Stars: ✭ 119 (-78.75%)
Mutual labels:  blog, ghost
Wordpress App With Flutter
Fully Functional IOS/Android App for WordPress Website with Flutter
Stars: ✭ 109 (-80.54%)
Mutual labels:  blog, wordpress
Nim websitecreator
Nim fullstack website framework - deploy a website within minutes
Stars: ✭ 124 (-77.86%)
Mutual labels:  blog, wordpress
Ghostwind
Tailwind CSS Starter Template - Ghostwind (Ghost Casper theme in Tailwind CSS)
Stars: ✭ 89 (-84.11%)
Mutual labels:  blog, ghost
Oblog
An Auto Rendering 🔽 Blogging System Based on MarkDown & Vue.js | 自动渲染装载 MarkDown 内容的博客系统
Stars: ✭ 133 (-76.25%)
Mutual labels:  blog, wordpress
Innocent
Ghost Theme 🚧 Unmaintained
Stars: ✭ 134 (-76.07%)
Mutual labels:  blog, ghost
Art blog
WordPress响应式免费主题,Art_Blog唯品秀博客(weipxiu.com/备用域名weipxiu.cn),开源给小伙伴免费使用,如使用过程有任何问题,在线技术支持QQ:343049466,欢迎打扰。原创不易,如喜欢,请多多打赏。演示:
Stars: ✭ 367 (-34.46%)
Mutual labels:  blog, wordpress
Teahouse Wordpress Theme
🍵 Wordpress blog theme Teahouse
Stars: ✭ 104 (-81.43%)
Mutual labels:  blog, wordpress
Ghost Azure
Production ready Ghost for Azure 👻
Stars: ✭ 103 (-81.61%)
Mutual labels:  blog, ghost
Myblog
python写的博客,支持3种数据库,现在挂在evilbinary.org
Stars: ✭ 121 (-78.39%)
Mutual labels:  blog, wordpress
Teepay
Typecho 个人支付宝、微信收款插件
Stars: ✭ 90 (-83.93%)
Mutual labels:  blog, wordpress
Mokore
🎉Wordpress二次元简约个人博客主题by江程训
Stars: ✭ 306 (-45.36%)
Mutual labels:  blog, wordpress
Ghost On Github Pages
Ghost on Github Pages. Build and deploy Ghost for free in a few minutes.
Stars: ✭ 421 (-24.82%)
Mutual labels:  blog, ghost
Mapache
You can use the theme Mapache for ghost in: Blog - Magazine - Landing page - Personal page - Photographers. and in many other things
Stars: ✭ 477 (-14.82%)
Mutual labels:  blog, ghost
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+114.82%)
Mutual labels:  blog, wordpress
Ghostium
A Ghost theme focused on content based on Medium design/ux.
Stars: ✭ 1,249 (+123.04%)
Mutual labels:  blog, ghost

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].