Overview
CodeboyBlog is a website template designed by Codeboy that can be easily installed and customized. It provides various features such as a search module, integration with WeChat mini program, and configurable navigation tags. The template is built on Jekyll and can be deployed on a GitHub Pages repository.
Features
- Search Module: CodeboyBlog comes with a search module that allows users to search for specific content within the website.
- WeChat Mini Program Integration: Users can easily integrate CodeboyBlog with WeChat mini program to create a personalized mini program for their blog.
- Configurable Navigation Tags: The template provides the option to configure and customize the navigation tags, such as home, applications, tags, and about.
- Easy Installation: CodeboyBlog can be installed by copying the template files to a server or deploying it to a GitHub Pages repository.
Installation
To install CodeboyBlog, follow these steps:
- Install Jekyll on your server (search for instructions on how to install Jekyll).
- Copy the CodeboyBlog files to your server or GitHub Pages repository.
- Run the command to generate the website.Note: If you frequently change the configuration, it is not recommended to use incremental updates.
$ jekyll build
- Customize the configuration files:
- Modify the information in _config.yml, such as social media accounts. Pay special attention to the Changyan configuration (changyan_appid and changyan_appid) and replace them with your own Changyan settings to enable blog comments. The Changyan application can be obtained from http://changyan.kuaizhan.com/.
- Modify the personal information in about/index.html (if not needed, remove the corresponding tags).
- Customize the navigation tags in _include/nav.html according to your preferences.
- Edit the sharing information in _includes/footer.html if you need to modify the GitHub and other links in the footer.
- Remove the CNAME file or replace the domain name in the CNAME file with your own blog domain.
- Start the Jekyll server.
$ jekyll serve
Summary
CodeboyBlog is a versatile website template that offers a search module, WeChat mini program integration, and configurable navigation tags. It can be easily installed and customized for use on a server or a GitHub Pages repository. The template provides users with the flexibility to personalize their blog and enhance their website’s functionality.