blog.ipfs-search.com
Created using Jekyll and Minimal Mistakes
To create a post, add a file to the _posts directory with the following format:
YEAR-MONTH-DAY-title.MARKUP
Drafts for posts can be put in /_drafts
Details about authors can be added to /_data/authors.yml
and called by adding author : AUTHOR_NAME
to the Frontmatter of the post.
Requires Ruby and Jekyll installed:
$ gem install --user-install bundler jekyll
$ bundle install
$ bundle exec jekyll serve --livereload --incremental