You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.
To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
Jekyll also offers powerful support for code snippets:
Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.
Read →
This post is a showcase of what Holo Alfa looks like, and a reference guide for how you can use it to make your blog shine.
You can write posts using the familiar Markdown syntax, plus some extra’s from GFM. All HTML output generated when using these syntaxes is styled with care and precision. Generous whitespace is used to give your content some breathing room.
The image in the background can be set as cover-image in the Front Matter of a post or page. The “fade to white” will be created automatically. Cover images are stored in /img/covers/.
Look, a H2 heading!
Add hierarchy to your content by using headings. It’s recommended that you only use headings of H2 and H3. This is because H1 headings are used by the post title.
H3 Heading
Are smaller than H2 headings.
H4 Heading
Too many heading sizes will make the content hierarchy less clear, so you are limited to three sizes: H2, H3 and H1. H1 being occupied by the title.
The quick brown fox jumps over the lazy dog.
Pa’s wijze lynx bezag vroom het fikse aquaduct.
Portez ce whisky au vieux juge blond qui fume.
Lists work as expected.
Blowzy night-frumps vex’d Jack Q. (A perfect pangram)
Alve bazige froulju wachtsje op dyn komst.
Flygande bäckasiner söka hwila på mjuka tuvor.
Quotes, images and code blocks
Use Markdown’s > to create a quote.
It’ll be nipper heaps trent from punchy oldies. Trent from punchy no dramas when flat out like a tucker-bag. He hasn’t got a piker flamin frog in a sock.
— Bogan Ipsum
Large enough images will be wider than the page.
Source: imgur.comPro tip: Use <small></small> tags on the same line as an image to create a source.
Next up is a code block with syntax highlighting, generated by Pygments.
Here’s one without syntax highlighting, generated by GFM:
If you embed a video from YouTube, Vimeo or another popular video website FitVids.js takes care of it being responsive.
It’s time for a break.
In Markdown you can create a horizontal rule with ---.
Tables
Tables are a part of GFM, and are also styled in this theme.
Left-Aligned
Center Aligned
Right Aligned
col 3 is
some wordy text
$1600
col 2 is
centered
$12
zebra stripes
are neat
$1
That’s it, for now…
You can get Holo Alfa at the Github repository. Maybe add/suggest new features. Or report bugs.
Read →
George Michael •
Mar 15, 2013 • Less than a minute read
If you want to create a guest post that will appear as if written by another author, simply add an author attribute to the front matter of your blog post. Read →