Hello, world!

bonohu blog

Blog in English by bonohu has just been started using Pelican and github. This blog will focus on technical issues on data handling in life science.

The website I referred.

Shell commands to update contents below.

# switched to pelican branch,
git checkout pelican

# and describe contents at this time

# HTML etc generated, and imported to output
pelican content -o output -s pelicanconf.py
ghp-import output -b master

# add, commit & push to pelican branch
git add .
git commit -m "Generate my site."
git push origin pelican

# switched to master branch
git checkout master

# add, commit & push to master branch
git add .
git commit -m "Published."
git push origin master

Written by bonohu in misc on 火 16 1月 2018.