Overview
The repository is used to record the author’s study and is a static blog site based on the jekyll-theme-architect. It provides a quick and easy way to create a blog without having to go through the step-by-step process.
Features
- Easy installation process
- Ability to modify site constants
- Supports gitalk plugin for article comments
- Provides options for full-text search using Jekyll Tipue Search
- Allows customization of the static blog site
Installation
To create a blog based on the repository, follow these steps:
- Pull the repository and modify the repository name to yours (e.g., “Donaldhan.github.io” to “jamel.github.io”).
- Modify the site constants in
_config.ymlunder the root,profile.yml, andgitalk.ymlunder the_datadirectory. - Pay attention to the
gitalk.ymlfile, as it is a comment plugin for articles based on gitalk. - Install Jekyll and run it on your preferred operating system (Linux or Windows).
- Clone down your repository and navigate to the local repository directory.
- Run
bundle exec jekyll serveto start the preview server. - Visit
localhost:4000in your browser to preview your blog.
Summary
The jekyll-theme-architect static blog site repository provides an easy and quick way to create a blog without having to go through the step-by-step process. It also offers customization options and supports plugins like gitalk for article comments and Jekyll Tipue Search for full-text search. By following the installation guide, users can easily set up their own blog site with minimal effort.