HMFAYSAL OMEGA is a minimalist, beautiful, responsive theme for Jekyll designed for engineers as well as writers who want their content to take front and center. This theme elegantly wraps each page and post with featured images complementing the content. HMFAYSAL OMEGA (named after the Greek Alphabet) complements Jekyll’s minimalist, content-first approach with gorgeous typography and subtle design elements. …
"Oh Hello. This is a status post. Click here to learn about it more :-) "
Share this Status
Theme Elements
I’ve put together a little post to introduce you to the HMFAYSAL OMEGA theme and get you started with Markdown. Go ahead and edit this post to get going and learn how it all works! Elements ELEMENTS LISTS LINKS WHAT ABOUT IMAGES? AND VIDEOS? EQUATIONS THE LOGO ICONS QUOTING WORKING WITH CODE READY FOR A BREAK? FANCY SOME COLUMNS? BUTTONS ADVANCED USAGE ELEMENTS Writing in markdown is really easy. In any editor like notepad, you simply write as you normally would. Where appropriate, you can use formatting shortcuts to style your content. LISTS For example, a list: Item number one...…

Sample Gallery Post
Here is an example of what a post with a gallery might look like. If you want to display two or three images next to each other responsively use figure with the appropriate class. Each instance of figure is auto-numbered and displayed in the caption. Photos from my Japan trip. …
A Post with a Video
Video embeds are responsive and scale with the width of the main content block with the help of FitVids. Not sure if this only effects Kramdown or if it’s an issue with Markdown in general. But adding YouTube video embeds causes errors when building your Jekyll site. To fix add a space between the <iframe> tags and remove allowfullscreen. Example below: <iframe width="940" height="529" src="//www.youtube.com/embed/CQJByFp7H38?theme=light&color=white" frameborder="0" allowfullscreen> </iframe> …