# jekyll-blog **Repository Path**: mfuu/jekyll-blog ## Basic Information - **Project Name**: jekyll-blog - **Description**: Blog with jekyll - **Primary Language**: CSS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-06 - **Last Updated**: 2025-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Jekyll ## README ### _config.yml ```yml # cdn acceleration cdn: jsdelivr: enabled: false components: highlight_theme: native # markdown style clipboard: true # code copy comments_provider: beaudar # support: disqus, gitment, gitalk, utterances, beaudar ``` ### article header format ``` --- layout: post title: template page categories: [cate1, cate2] description: some word here keywords: keyword1, keyword2 pinned: true --- Markdown content here ```