Skip to content

slunsford/arabica

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Arabica

A smooth, minimal Ghost theme.

Installation

Move the arabica folder into content/themes in your Ghost installation. Restart Ghost and select Arabica in your Ghost settings.

Options

Post Excerpts

index.hbs and tag.hbs can be modified to show post excerpts instead of full posts. Change "post-full" to "post-excerpt". The length of the excerpt can be modified in partials/post-excerpt.hbs. The default length is 30 words.

YouTube Embeds

To embed a YouTube video that scales to fit the width of a post, put the embed code inside a .yt-wrapper and remove any hard-coded dimension attributes. For example:

<div class="yt-wrapper">
    <iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
</div>

Copyright

Copyright (c) 2014-2018 Sean Lunsford

Released under the MIT License.

Popover footnotes are generated by Bigfoot. Used under the MIT License.

Portions of code were borrowed from Casper, copyright (c) 2013-2014 Ghost Foundation. Used under the MIT License.