URL: http://anbian.org
- Fork it to your User Repository
- Rename the repository to your_github_username.github.io.
- Custoize your site by changing the "_config.yml" file.
- Publish your first blog post by editing files inside the folder ./_posts/
- If you want to use your own domain, change the file "CNAME" accordingly.
- Enjoy!
- Install Jekyll and plug-ins:
gem install github-pages
This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc - Clone your fork
git clone https://github.com/your_username/your_username.github.io.git
- Serve the site and watch for markup/sass changes
jekyll serve
- View your website at http://127.0.0.1:4000/
- Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website
- Jekyll - Thanks to its creators, contributors and maintainers.
- Su Yan blog - Thanks to its creator Su Yan.
- 3-Jekyll - Thanks to its creator Peiwen Lu.
- Bootstrap - Thanks to its creators, contributors and maintainers.
This repository is built upon third party open source software components: