All Projects → jimbobbennett → Fauxghost

jimbobbennett / Fauxghost

FauxGhost Ghost blog theme

Projects that are alternatives of or similar to Fauxghost

Binserve
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code. ⚡️🦀
Stars: ✭ 401 (+616.07%)
Mutual labels:  handlebars
Handlebars.net
A real .NET Handlebars engine
Stars: ✭ 723 (+1191.07%)
Mutual labels:  handlebars
Google Cpp Style Guide Zh Tw
Google C++ Style Guide 的繁體中文版
Stars: ✭ 41 (-26.79%)
Mutual labels:  handlebars
Open Color
Color scheme for UI design.
Stars: ✭ 4,512 (+7957.14%)
Mutual labels:  handlebars
Handlebars Rust
Rust templating with Handlebars
Stars: ✭ 632 (+1028.57%)
Mutual labels:  handlebars
Logging Helpers
Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.
Stars: ✭ 5 (-91.07%)
Mutual labels:  handlebars
Simply
Theme for Ghost inspired in Medium
Stars: ✭ 336 (+500%)
Mutual labels:  handlebars
Sparkles
✨ is a web "framework" in Rust
Stars: ✭ 46 (-17.86%)
Mutual labels:  handlebars
Leafpub
Simple, beautiful, open source publishing.
Stars: ✭ 645 (+1051.79%)
Mutual labels:  handlebars
Privacyspy
Rating privacy policies for convenience & accountability.
Stars: ✭ 40 (-28.57%)
Mutual labels:  handlebars
Mapache
You can use the theme Mapache for ghost in: Blog - Magazine - Landing page - Personal page - Photographers. and in many other things
Stars: ✭ 477 (+751.79%)
Mutual labels:  handlebars
Lightncandy
An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ),
Stars: ✭ 565 (+908.93%)
Mutual labels:  handlebars
Meteor Boilerplate
Boilerplate meteor app - starting point for meteor apps
Stars: ✭ 893 (+1494.64%)
Mutual labels:  handlebars
Raymond
Handlebars for golang
Stars: ✭ 418 (+646.43%)
Mutual labels:  handlebars
Vim Cheat Sheet
A mobile friendly Vim cheat sheet
Stars: ✭ 1,017 (+1716.07%)
Mutual labels:  handlebars
Squirrelly
Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript ⛺
Stars: ✭ 359 (+541.07%)
Mutual labels:  handlebars
Mailmason
A complete toolset to streamline building and updating a set of consistent transactional emails.
Stars: ✭ 759 (+1255.36%)
Mutual labels:  handlebars
Node Server Project
基于 node.js + express 技术栈,采用MVC结构设计、JWT + RESTful API、PM2服务监控的Node服务器端项目框架.
Stars: ✭ 47 (-16.07%)
Mutual labels:  handlebars
Book
The Rust and WebAssembly Book
Stars: ✭ 1,021 (+1723.21%)
Mutual labels:  handlebars
Dayandnight
Simple responsive theme for Ghost
Stars: ✭ 26 (-53.57%)
Mutual labels:  handlebars

Faux Ghost

FauxGhost

Faux Ghost is a free Ghost theme powered by Foundation 5, and based on Ghostion. This theme is designed to be responsive, fast and simple.

Visit the FauxGhost homepage at MooMoo.io for more information. If your blog uses FauxGhost, tweet me at @moomooio so I can include your blog in our list of users.

Check it out on my blog or see the screenshots below.

Main Page: Theme Main Page Example

Off-Canvas menu: Theme Off Canvas Menu Example

Getting started

First you need to make sure you have the following installed:

Once these are installed you will need to install the dependencies - Sass, Gulp and Bower.

$ gem install sass
$ npm install --save
$ bower install --save

You may need to run these using sudo depending on your setup.

Configuring your theme

To generate your theme you need to provide come configuration information that can be used to set up your blog. These fields are set in the following files:

.\config\config.js

This file contains the main configuration for your blog.

More details coming soon. An on-line config builder is in the works...

.\config\_variables.scss

This file contains the Foundation SASS variables for changing your blog colour scheme. Details are available here but essentially any Foundation SASS variable can be tweaked here.

.\config\favicons\

Put the favicons you want for your blog in this folder.

Image Size Description
Favicon.ico 16x16, 32x32, 64x64 The main favicon for your blog in .ico format
touch-icon-ipad.png 76x76 Icon when saving a link to an iPad springboard
touch-icon-ipad-retina.png 152x152 Icon when saving a link to a retina iPad springboard
touch-icon-iphone.png 60x60 Icon when saving a link to an iPhone springboard
touch-icon-iphone-retina.png 120x120 Icon when saving a link to a retina iPhone springboard
.\config\images

This folder contains any images used by your theme configuration. For example if you put an image on the off-canvas menu you can reference it here using just the image name (no need for the path).

Building your theme

Once your theme is configured, build it using the default gulp task:

$ gulp

This will build the theme and spit it out as

FauxGhost.zip

You can then upload this zip using your blog management page (for a hosted blog), or unzip it into the content/themes folder of your ghost install.

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