Skip to content

crb912/crb912.github.io

Repository files navigation

Theme of Blog

https://jekyll.github.io/minima

Features I added

1.Hide a post by hide: true.

published: true
title: Some title
layout: post

hide: true
  1. Pin post by top: true. pinned posts remain on top of homepage.
published: true
title: Some title
layout: post

top: true

Build

Test blog on local host:

cd myblog

bundle exec jekyll serve

https://jekyllrb.com/docs/

License

The theme is available as open source under the terms of the MIT License.