Style guide is the overview of a theme. It reflects the page and blog styles of the site. Anyone can easily get the idea of overall pages. Here is the styleguide of the page.
Their third of very likeness she'd creepeth hath own firmament earth. Seed upon which that fish wherein deep his isn't beast moving set abundantly appear evening fifth.
Replenish spirit make waters made they're sea brought be, they're you which image rule waters likeness beginning lesser fill saying fruit male void.
God. Likeness them his god moving, sea tree third to land of grass and very two abundantly heaven beast kind evening his from the upon was sea behold bring called set evening.
Open she'd. Light. Whales there heaven gathered herb heaven for void in. Have, waters midst so gathered. Lesser.
Were to of blind our on his got state in evaluate there lower up be at in her writing them they'd that there gods, from destruction.
Night creepeth fly don't heaven sixth. Waters face their, whose whales beast fourth gathered good from dominion evening.
You will see the naked URL & anchor text links. The naked URL will be like this https://ghost.org/ & the anchor text links will be like this Ghost CMS.
Ghost is a fully open source, adaptable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
It is a new feature of Ghost. You can show your post content as an accordion.
Toggles allow you to create collapsible sections of content which is a great way to make your content less overwhelming and easy to navigate. A common example is an FAQ section, like this one.
Start a free 14-day trial here. You won't be billed at the end, and you'll have access to all features.
Callout cards show a highlighted box with an emoji and a paragraph of text.
Button cards insert a link that is styled like a button using the site’s configured accent color and can be left or center aligned.
Display products beautifully with custom content including an image, description, button or rating, so you can add your favorite recommendations to any post.
Make a statement with bold section headers in your posts and pages. Insert a header card to add a full width divider that can include a title, subheading, accent color or image background, and a button.
Once you start mixing text and image cards creatively, the whole narrative of the story changes. Suddenly, you're working in a new format. Once inserted you can blend images beautifully into your content at different sizes (normal, full, and wide) and add captions wherever needed.
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.
With the Bookmark card you can present links in a much richer format. If the URL points to a page with right meta information it can show the page title, excerpt, author, publisher and even a preview image.
En caso de que no lea Twitter, las noticias, o simplemente no tenga suficiente de la oración legendaria del anfitrión de The Apprentice, intente con este generador Trump lorem ipsum.
Una versión artesanal, de lotes pequeños, de vertido artisinal del clásico generador lorem ipsum, Hipster Ipsum le dará a su burla ese toque de cuello azul.
En caso de que no lea Twitter, las noticias, o simplemente no tenga suficiente de la oración legendaria del anfitrión de The Apprentice, intente con este generador Trump lorem ipsum.
Una versión artesanal, de lotes pequeños, de vertido artisinal del clásico generador lorem ipsum, Hipster Ipsum le dará a su burla ese toque de cuello azul.
Face their two man green sea together morning herb to together beast To tree give open.
A responsive table will display a horizontal scroll bar if the screen is too small to display the full content.
Table Header 1 | Table Header 2 | Table Header 3 | Division 1 | Division 2 | Division 3 |
---|---|---|
Division 1 | Division 2 | Division 3 |
It’s possible to upload audio files directly to your posts! This means you can share audio content with your audience, with a beautiful media player that nests into your posts and emails seamlessly.
You can add downloadable files to your posts in Ghost. File uploads can be used to share multiple types of content with your audience. Files display in your content with a custom name and caption, like this:
Highlighting text can help bring important information immediately to the reader's attention. When creating a highlighting text, all you need to do is add a ==
before and after your text in a Markdown card.
If you’re a technical writer, you may want to use example snippets of code to teach your readers a particular syntax. Using a single backtick (`
) around a word in a sentence, you can show a quick code snippet. three backticks (```
) will turn an entire paragraph into a code block.
<div class="col-md-6 col-lg-4">
<div class="single-author-card">
<div class="author-card">
<div class="author-img">
<img src="assets/img/authors/author-2.jpg" alt="author">
<!-- social media -->
<div class="social-portfolio">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<!-- author content -->
<div class="author-content text-center">
<div class="author-name">
<a href="#">Thomas Doe</a>
</div>
<div class="post-text">
<p>Season played better all season long. In 2019, the Wall Street Journal reviewed 25 hours of that year’s Olympics</p>
</div>
</div>
</div>
</div>
</div>
// social-profile
.social-profile {
display: flex;
align-items: center;
justify-content: center;
a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
height: 32px;
width: 32px;
margin-right: 15px;
border-radius: 5px;
color: var(--color-white);
border: 1px solid var(--overlay-color);
background-color: transparent;
transition: 0.4s;
&:last-child{
margin-right: 0;
}
svg {
width: 16px;
height: 16px;
}
&:hover {
color: var(--color-white);
border-color: var(--color-primary);
background-color: var(--color-primary);
}
}
}
const pres = $("pre")
pres.each(function (i) {
var $this = $(this),
$attr = $this.attr('class')
if ($attr !== undefined) {
var langName = $this.attr('class').split('-')[1]
} else {
var langName = "Text"
}
$this.wrap('<div class="code-wrapper"></div>')
$this.attr('id', 'data-clipboard-target-' + i)
$this.before('<div class="toolbar"><div class="toolbar-item"><span class="language">' + langName + '</span></div><div class="toolbar-item"><button class="copy-clipboard-code" data-clipboard-target="#data-clipboard-target-' + i + '">copy</button></div></div>')
})
var clipboard = new ClipboardJS('.copy-clipboard-code');
clipboard.on('success', function (e) {
e.trigger.textContent = 'copied'
e.clearSelection()
setTimeout(function () {
e.clearSelection()
e.trigger.textContent = 'copy'
}, 2000)
});
Footnotes can be added to the body of your text using placeholders like this: [^1]
or [^note]
coupled with the note text at the end of the document. For example:
Here is a footnote reference,[1] and another.[2]
Code can be presented inline, like <code>
. Indenting by 4 spaces will turn an entire paragraph into a code-block.
.awesome-thing {
display: block;
width: 100%;
}
Bold Text: This is Bold text example.
Emphasize: This text is emphasize.
Strike-through: I am A strike-through text.
Hope you will have some good time while on the Blog, Cheers