Last year I got to know Discourse by moving a community to the platform. Having left that job, I feel a sense of withdrawal. So I decided to start my own Discourse server. But since I’m unemployed (and don’t have a solid use for it just yet), I sought out a way to host for free.1 Obviously there is a caveat lector: you get what you pay↩︎| Jon Quixote
Using front matter is one way that you can specify configuration in the pages and posts for your site. Setting things like a default layout, or customizing the title, or specifying a more precise date/time for the post can all be added to your page or post front matter.| Jekyll • Simple, blog-aware, static sites
In addition to the built-in variables available from Jekyll, you can specify your own custom data that can be accessed via the Liquid templating system.| Jekyll • Simple, blog-aware, static sites
Any file that contains a YAML front matter block will be processed by Jekyll as a special file. The front matter must be the first thing in the file and must take the form of valid YAML set between triple-dashed lines. Here is a basic example:| Jekyll • Simple, blog-aware, static sites
Jekyll is a static site generator that makes it easy for you to create a website. Learn how to get started with Jekyll and GitHub Pages.| www.aleksandrhovhannisyan.com