Overview
The mincong.io blog is a platform for a software engineer to share their tech journey, with a focus on Java-related topics. The blog is powered by Jekyll, a simple, blog-aware, static website solution, and it uses the TeXtTheme, a highly customizable Jekyll theme. The blog covers various topics, including Java language features, frameworks, architectures, translations of meaningful articles, project reviews, and more. The blog posts are categorized into two types: classic and Q&A.
Features
- Install and Run: Provides instructions on how to install and run Jekyll, including code snippets for running Jekyll directly or through Docker.
- Generators: Explains how to generate new blog posts using specific commands, including creating classic blog posts or Q&A blog posts.
- Types of Blog Post: Describes the two types of blog posts available on the platform: classic and Q&A. Provides details on the content and structure of each type and how to generate them.
- Configuration: Lists the available configuration properties, including article number, type of blog post, and image URL.
Installation
To install and run the mincong.io blog:
- Install the required Jekyll plugins by running the following command:
<code snippet>
- Run Jekyll using the command:
<code snippet>
Alternatively, you can use Docker to run the blog by following these steps:
Summary
The mincong.io blog is a Java-focused platform that allows a software engineer to share their tech journey. It is powered by Jekyll and uses the TeXtTheme. The blog provides instructions for installation and running, as well as features like generating new blog posts and different types of blog posts (classic and Q&A). It also allows for configuration customization.