All Projects → christophery → geist

christophery / geist

Licence: GPL-2.0 License
Casper 2.0 theme for WordPress.

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
hack
652 projects

Projects that are alternatives of or similar to geist

theme-lib-mix
A Laravel Mix function for WordPress themes.
Stars: ✭ 33 (+43.48%)
Mutual labels:  wordpress-theme
sage-next
familiar-zebra.surge.sh
Stars: ✭ 18 (-21.74%)
Mutual labels:  wordpress-theme
bootplate
Wicked-fast, mobile-first, Bootstrap 4 theme framework for building awesome WordPress websites.
Stars: ✭ 30 (+30.43%)
Mutual labels:  wordpress-theme
wp-svbtle-cs
A modified version of wp-svbtle.
Stars: ✭ 14 (-39.13%)
Mutual labels:  wordpress-theme
Bulmascores
WordPress starter theme based on Underscores and Bulma
Stars: ✭ 14 (-39.13%)
Mutual labels:  wordpress-theme
WPGrabInfo
WP Grab Info v2
Stars: ✭ 43 (+86.96%)
Mutual labels:  wordpress-theme
wp-theme-zentile
Zentile is a lightweight magazine theme inspired by Yandex.Zen
Stars: ✭ 27 (+17.39%)
Mutual labels:  wordpress-theme
genesis-starter
A Genesis Framework starter theme with Gulp support.
Stars: ✭ 22 (-4.35%)
Mutual labels:  wordpress-theme
v1.scott.ee
✅ My website built with nuxt.js and statically generated from WordPress.
Stars: ✭ 55 (+139.13%)
Mutual labels:  wordpress-theme
wordpress-theme
WDG WordPress Starter Theme
Stars: ✭ 23 (+0%)
Mutual labels:  wordpress-theme
vanilla
Simple WordPress theme for blogging
Stars: ✭ 20 (-13.04%)
Mutual labels:  wordpress-theme
webpack-gulp-wordpress-starter-theme
A WordPress theme with Webpack & Gulp
Stars: ✭ 110 (+378.26%)
Mutual labels:  wordpress-theme
tailpress
A Tailwind CSS enabled Underscores theme
Stars: ✭ 60 (+160.87%)
Mutual labels:  wordpress-theme
eightshift-docs
A documentation website for Eightshift open source projects
Stars: ✭ 44 (+91.3%)
Mutual labels:  wordpress-theme
backbone-wp
A WordPress theme built with Backbone that uses front-end routing.
Stars: ✭ 12 (-47.83%)
Mutual labels:  wordpress-theme
brunch-wordpress-theme
WordPress Starter Theme That Uses Brunch, Bower, And Bootstrap
Stars: ✭ 15 (-34.78%)
Mutual labels:  wordpress-theme
wordpress-amp-theme
A free WordPress theme for blogging built entirely on Google AMP
Stars: ✭ 22 (-4.35%)
Mutual labels:  wordpress-theme
huh
Turn huh into eureka with in dashboard documentation for your WordPress themes.
Stars: ✭ 46 (+100%)
Mutual labels:  wordpress-theme
dolores
WordPress theme for participative platforms. Used in Se A Cidade Fosse Nossa, Compartilhe A Mudança, among others.
Stars: ✭ 16 (-30.43%)
Mutual labels:  wordpress-theme
classy
Light, well-structured WordPress theme framework based on “Laravel Blade” template engine
Stars: ✭ 74 (+221.74%)
Mutual labels:  wordpress-theme

Geist

Geist is a personal blogging theme for WordPress. This theme is a port of Casper the default theme for the Ghost blogging platform.

Feel free to let me know if you use Geist in one of your websites.

View Demo | Download Theme

Geist Screenshot

Features

Requirements

Install

  1. In your admin panel, go to Appearance > Themes and click the Add New button.
  2. Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now.
  3. Click Activate to use your new theme right away.

Dark Mode

Dark mode is not enabled by default. To enable this feature go to Appearance > Customize > Dark Mode.

Light

This will display the theme in light mode for everyone.

Dark (auto)

This will automatically adjust the appearance based on the users OS appearance/color preference.

Editing Geist

The recommended way to edit the theme is to create a child theme.

This will ensure that none of your changes will be lost when you update the theme.

Development

The CSS and JS files are compiled and minified using Gulp. You'll need Node, Yarn and Gulp installed globally.

From the theme's root directory run:

$ yarn install
$ yarn dev

Now you can edit files in /css/ and /js/, which will be compiled to /built/ automatically.

The zip Gulp task packages the theme files into dist/geist.zip, which you can then upload to your WordPress site.

$ yarn zip

SVG Icons

Geist uses inline SVG icons, included. You can find all icons inside /template-parts/icons.

To use an icon just use the get_template_part() function:

<?php get_template_part('template-parts/icons/website'); ?>

Third-party resources:

Casper, Copyright (c) 2013-2019 Ghost Foundation
License: MIT license.
Source: https://github.com/TryGhost/Casper

_s, Copyright 2015-2018 Automattic, Inc.
License: GPLv2 or later
Source: https://github.com/Automattic/_s/

FitVids, Copyright 2013 Chris Coyier and Dave Rupert
License: WTFPL
Source: https://github.com/davatron5000/FitVids.js

License

Geist, Copyright (c) 2021 Chris Yee - Released under the GPL v2.0 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].