athahibatullah / poanchen.github.io

Data for poanchen.github.io. Blog and pages generated by Jekyll. Hosted on GitHub.

Home Page:https://poanchen.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poanchen.github.io

Data for poanchen.github.io. Blog and pages generated by Jekyll. Hosted on GitHub.

Development Usage

1. git clone https://github.com/poanchen/poanchen.github.io.git
2. cd poanchen.github.io/
3. gulp // this will run the default gulp task that will minimized all the css/js files in the src folder
as well as watching any css/js files changes and minimized automatically
4. jekyll server
5. Head over to http://localhost:4000 or http://127.0.0.1:4000
6. Site should be running now!!!

Steps to deploy the site to live

1. git add .
2. git commit -m "your commit message"
3. git push origin dev
4. gulp // this will run the default gulp task that will minimized all the css/js files in the src folder
5. jekyll build // so that it will properly build the site as well as a correct sitemap.xml
6. gulp deploy // this will commit the jekyll-gulp-generated production-ready code to master branch, then 
Github will automatically roll the site to live
7. Remember to head over to Webmaster Tools to update the sitemap.xml so that Google will index your new blog
8. You are done!!!

About

Data for poanchen.github.io. Blog and pages generated by Jekyll. Hosted on GitHub.

https://poanchen.github.io


Languages

Language:HTML 72.0%Language:JavaScript 17.5%Language:CSS 10.1%Language:Ruby 0.4%