# chengentop.github.io **Repository Path**: chengen1/chengentop.github.io ## Basic Information - **Project Name**: chengentop.github.io - **Description**: https://chengentop.github.io/ - **Primary Language**: CSS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-26 - **Last Updated**: 2024-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 撰写博文 要发表的文章一般以 **Markdown** 的格式放在这里`_posts/`,你只要看看这篇模板里的文章你就立刻明白该如何设置。 yaml 头文件长这样: ``` --- layout: post title: 定时器 你真的会使用吗? subtitle: iOS定时器详解 date: 2016-12-13 author: BY header-img: img/post-bg-ios9-web.jpg catalog: true tags: - iOS - 定时器 --- ```