Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.23 KB

File metadata and controls

33 lines (23 loc) · 1.23 KB

Jekyll

This blog is powered by Jekyll

The configuration for the site are stored in config.yml. See Jekyll Docs - Configuration

Server

You can run jekyll serve in the terminal, and then visit http://127.0.0.1:4000/ to preview the site as you work on it.

Plugins

Simple-Jekyll-Search

Search page is powered by Simple-Jekyll-Search

Due to lack of Jekyll plugin support with Github pages, search.json had to be configured with supported Liquid Template Filters to ensure that the generated JSON used for the search is valid.