jskyzero / design.jskyzero.com

my notes about game design.

Home Page:https://design.jskyzero.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Designer-Notes

Jekyll GitHub last commit GitHub commit activity (branch) HitCount

jskyzero's notes about game designer.

How to use

You can view it via website, or you can download the source file and run in your local machine.

Daily Use

  • 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

Change Log

  • 2023/02/17: change theme to light

License

Creative Commons License
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.

About

my notes about game design.

https://design.jskyzero.com/

License:Other


Languages

Language:Markdown 81.4%Language:Lua 14.7%Language:HTML 1.7%Language:SCSS 1.6%Language:Ruby 0.5%Language:JavaScript 0.1%