utensil / utensil.github.io

My Github Home
utensil.github.io
MIT License
3 stars 2 forks source link
blog tech-blog writing

utensil.github.io

Build Status

My personal blog, including my technical blog and my writings.

How To Build Manually

Prepare

#for editing the source
git clone --depth 1 -b middleman https://github.com/utensil/utensil.github.io.git utensil-middleman
cd utensil-middleman/
sudo gem install bundler
bundle

#for publishing
cd ..
git clone --depth 1 -b master https://github.com/utensil/utensil.github.io.git utensil.github.io

Run

cd utensil-middleman/
bundle exec middleman server

Build

cd utensil-middleman/
bundle exec middleman build

Publish

cd utensil.github.io
cp -rf ../utensil-middleman/build/* ./
git commit -a -m 'commit log'
git push origin

Licence

Codes are licensed by MIT License, see LICENSE.md. Blog contents are licensed by (CC) BY-NC-ND.

Copyright (c) 2011-2021 Utensil (https://github.com/utensil)