# pure-blog **Repository Path**: lingrz/pure-blog ## Basic Information - **Project Name**: pure-blog - **Description**: A pure blog by Jekyll that you can fork to use. - **Primary Language**: CSS - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-27 - **Last Updated**: 2022-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pure blog A blog power by Jekyll,Pure and clean. ## Usage put your post in `_posts`,named it as `yyyy-MM-dd-xxxx-xxxx.md`. ## Run ```bash # dev running bundle exec jekyll serve -l # final build bundle exec jekyll build ``` ## Thanks * [jekyllrb](https://jekyllrb.com/)