Skip to content

✍️ My personal blog, where I write my thoughts about software development etc.

License

Notifications You must be signed in to change notification settings

lk-geimfari/lk-geimfari.github.io

Repository files navigation

Development

Make sure you have ruby 2.5.1 installed, use rbenv in case you don't.

  1. rbenv install
  2. gem install bundler

To run the site locally:

make runserver

About posts

You need to All posts must contain this in their headers:

---
layout: post
title: Title of the post
date: Current date in YYYY-MM-DD format
description: Short description of the post
preview_img: file_name.png (name of the image from the directory `/assets/images/posts/`)
starred: true/false (if the post should be starred)
published: true/false (if the post should be published)
---