Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 799 Bytes

File metadata and controls

30 lines (20 loc) · 799 Bytes

My Blog Website

https://mateus2k2.github.io/en/ https://mateus2k2.github.io/pt/

Install

sudo apt-get install zlib1g-dev

brew install rbenv

export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)"

rbenv install 3.1.2

bundle install

Run

bundle exec jekyll serve -d ./genereted/en --source ./blog/en --config _config_en.yml bundle exec jekyll serve -d ./genereted/pt --source ./blog/pt --config _config_pt.yml

License

This work is published under MIT License.