# github-pages-dev **Repository Path**: li-qingan/github-pages-dev ## Basic Information - **Project Name**: github-pages-dev - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-27 - **Last Updated**: 2021-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # github-pages-dev The development files for github.io pages. ```shell 1. update the source files, including pictures, markdown files and so on. 2. > bundle exec jekyll serve; to generate htmls from sources 3. > commit the updated htmls in _site directory and git push into the github.io repository 4. > commit the source files in root direcotry and git push into this repository ```