Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 821 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 821 Bytes

blog

blog.ipfs-search.com

Created using Jekyll and Minimal Mistakes

Documentation:

Jekyll Minmal mistakes

Creating Posts

To create a post, add a file to the _posts directory with the following format:

YEAR-MONTH-DAY-title.MARKUP

Drafts

Drafts for posts can be put in /_drafts

Author bio

Details about authors can be added to /_data/authors.yml and called by adding author : AUTHOR_NAME to the Frontmatter of the post.

Building locally

Installing dependencies

Requires Ruby and Jekyll installed:

$ gem install --user-install bundler jekyll
$ bundle install

Executing local build, with livereload

$ bundle exec jekyll serve --livereload --incremental