lk-geimfari / lk-geimfari.github.io

✍️ My personal blog, where I write my thoughts about software development etc.
https://isaak.dev
MIT License
5 stars 1 forks source link
blog development django elixir erlang isaak python rust software tutorials

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