Today progress

04 May 2020 - viridi - Sparisoma Viridi

Actually, I only put note about emoji to this repo. Most of my time is for creating four other repos. It is not a good progress for this repo today.

Equation has been tested again, such as $f(x) = ax^2 + bx + c$ in README.md of those repos and all do not work.

Code inserting do work. And I learn about emoji such as :x:, :heavy_check_mark:, and others. The emojis do not work in blog using Jekyll but can be previewed when online edittin in Github. Do not understand that.

The jemoji is add according to this instruction, by putting following lines

plugins:
  - jemoji

in _config.yml file

Must install gem, using this tutorial then it is solved.

Add docs/Gemfile and produce docs/Gemfile.lock by putting the line gem jemoji after gem jekyll line.