- Create directory for new category in root
- Create file
index.html
- Reference at another
index.html
, because it is very simple
If you want to run jekyll's server, run jekyll serve
, if not, you want just build, run jekyll build
After you run to server, open these urls of localhost:4000
or 127.0.0.1:4000
on your browser like Chrome, Safari, Firefox and etc.
see Setting up your GitHub Pages site locally with Jekyll
gem install bundler
(requireruby
>=2.1.0
)bundle install
\curl -sSL https://get.rvm.io | bash -s stable
rvm install 2.6.3 --disable-binary
- show next step
if you found error like below ?
An error occurred while installing json ~~~
Reinstall ruby like this (use rvm)
rvm reinstall [ruby version] --disable-binary