The style guide provides you with a blueprint of Horace default post and page styles. The style guide is also a great reference for suggested typographic treatment and styles for your content.

This is an H1

Quisque facilisis erat a dui. Nam malesuada ornare dolor. Cras gravida, diam sit amet rhoncus ornare, erat elit consectetuer erat, id egestas pede nibh eget odio. Proin tincidunt, velit vel porta elementum, magna diam molestie sapien, non aliquet massa pede eu diam. Aliquam iaculis. Fusce et ipsum et nulla tristique facilisis.

This is an H2

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id velit vitae ligula volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero.

This is an H3

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id velit vitae ligula volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero.

This is an H4

Quisque facilisis erat a dui. Nam malesuada ornare dolor. Cras gravida, diam sit amet rhoncus ornare, erat elit consectetuer erat, id egestas pede nibh eget odio. Proin tincidunt, velit vel porta elementum, magna diam molestie sapien, non aliquet massa pede eu diam. Aliquam iaculis.

Space and light and order. Those are the things that men need just as much as they need bread or a place to sleep.

Suspendisse id velit vitae ligula volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero.

Dynamic Cards

The new editor also allows you to pull in dynamic blocks of content like photos, YouTube or Vimeo videos, tweets and embeds to really bring a story to life.

Images

You can add images to your posts in many ways: upload from your computer, click and drag an image into the browser, paste directly into the editor from your clipboard or insert using a URL. Once inserted you can blend images beautifully into your content at different sizes and add captions wherever needed.

Perched blue and orange bird
Photo by Vincent van Zalinge / Unsplash
Day’s like this..
Photo by OC Gonzalez / Unsplash

Galleries

Ghost supports image galleries for up to 9 images at a time, all of  which are responsively optimised and organised to look their best no  matter how many images you add or remove.

Bookmarks

Ghost(Pro) - Official managed hosting for Ghost
The best Ghost managed hosting from the creators of the open source publishing platform. Spend less time on your server, more time on your site.

Videos

Lists

Here is an unordered list of items, typically rendered as a bulleted list:

  • first item
  • second item
  • third item

Here is an ordered list of items, typically rendered as a numbered list:

  1. first item
  2. second item
  3. third item

Syntax Highlighter

var s = "JavaScript syntax highlighting";
alert(s);
#header h1 { 
    color: #fff;
    margin-bottom: 1.5em; 
}

.author-avatar {
    border-radius: 5px;
    display: block;
    height: 60px;   
    margin-right: 30px;
    width: 60px;
}
import boto3

access='<access>'
secret='<secret>'
endpoint = 'https://<RGW_FQDN>'

s3 = boto3.resource('s3', endpoint_url=endpoint, use_ssl=True, aws_access_key_id=access, aws_secret_access_key=secret)
No language indicated, so no syntax highlighting. 

Tables

Header content 1 Header content 2
Body content 1 Body content 2
Footer content 1 Footer content 2