Utensil's index site for utensil.github.io utensil.github.io/
0

Configure Feed

Select the types of activity you want to include in your feed.

JavaScript 42.3%
CSS 16.6%
SCSS 9.5%
Ruby 2.5%
Haml 1.6%
HTML 0.2%
Shell 0.1%
sed 0.1%
Other 27.3%
352 1 0

Clone this repository

https://tangled.org/utensil.tngl.sh/utensil.github.io https://tangled.org/did:plc:povcaxb7yncvq6674jf3yoeu
git@tangled.org:utensil.tngl.sh/utensil.github.io git@tangled.org:did:plc:povcaxb7yncvq6674jf3yoeu

For self-hosted knots, clone URLs may differ based on your setup.



README.md

utensil.github.io#

Build Status

My personal blog.

The technical posts and the writings now live in their own repositories, each split out with full git history and original timestamps preserved:

This repository keeps the remaining site (and the legacy /blogs/... redirects to the Hugo blog).

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)