jskyzero's notes about game designer.
You can view it via website, or you can download the source file and run in your local machine.
-
serve:
bundle exec jekyll serve
-
change file ext name:
for x in *.jpeg; do mv "$x" "${x%.jpeg}.jpg"; done
-
mermaid:
./node_modules/.bin/mmdc -h
,mmdc -i input.mmd -o output.svg
-
CompatibilityError:
# Encoding::CompatibilityError: incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)
# /opt/homebrew/lib/ruby/gems/3.1.0/gems/listen-3.7.1/lib/listen/adapter/darwin.rb:69:in `_process_event'
rel_path = path.relative_path_from(dir).to_s.force_encoding('utf-8')
- draw a picture:
xmind
,draw.io
,marmaid
- 2023/02/17: change theme to light
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
The Theme forks from jekyll-theme-console under MIT License.