Blog

screenshot of Blog
jekyll

博客

Overview

This article provides instructions for installing two services: 1) Swiftype, an onsite search function, and 2) Gitalk, a comment function, for a blog. The article mentions that after the setup is complete, certain modifications are required in the _config.yml file.

Features

  • Swiftype: Provides an onsite search function.
  • Gitalk: Offers a comment function for the blog.

Swiftype

  1. Visit Swiftype's service address and refer to their documentation for additional information.
  2. Once setup is complete, modify the swiftype.searchId in the \_config.yml file.
  3. Go to your Swiftype engine and access "Install Search" to find the swiftype.searchId.

Gitalk

  1. Visit Gitalk's service address for instructions.
  2. After the setup is complete, modify the comment section in the \_config.yml file.

Summary

The article provides instructions for installing and configuring Swiftype, an onsite search function, and Gitalk, a comment function, for a blog. It mentions the necessary modifications in the _config.yml file after the setup is complete.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.