Skip to content

lk-geimfari/lk-geimfari.github.io

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Development

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

  1. rbenv install
  2. gem install bundler

Then run:

bundle install && bundle exec jekyll s --safe --strict_front_matter

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