使用golang写的静态博客生成器
CHCA is an innovative static blog generator developed using Golang, designed to simplify the blogging process significantly. It allows users to bypass the repetitive command compilation often associated with static sites, by employing a file-watching mechanism that automatically compiles Markdown files into HTML. This means that bloggers can focus on creating content rather than managing technical details.
With CHCA, the installation and setup process is straightforward. Users only need to initialize their blog, create a theme folder for templates, and they're ready to start writing. The automatic generation of HTML from Markdown files makes it an attractive option for both novice and experienced bloggers looking for efficiency.
chca init sets up the blog quickly, creating a basic structure with necessary configuration files.chca http 8800, users can easily run a local server to preview their blogs.chca new filename for creating new Markdown files streamline the blogging process.Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.