lk-geimfari / lk-geimfari.github.io

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

Home Page:https://isaak.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)
---

About

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

https://isaak.dev

License:MIT License


Languages

Language:CSS 49.9%Language:HTML 47.7%Language:Makefile 1.3%Language:Ruby 1.1%