# mfuu.github.io **Repository Path**: mfuu/mfuu.github.io ## Basic Information - **Project Name**: mfuu.github.io - **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**: 2022-09-14 ## 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 ```