ljvmiranda921.github.io
This is the source code for my blog. It's a
static website powered by Jekyll with site analytics
done via plausible.io (private,
cookie-free and open source).
Set-up
Make sure that you have bundler and
Ruby in
your system:
gem install bundlerThen, build the dependencies and call jekyll serve
git clone https://github.com/ljvmiranda921/ljvmiranda921.github.io.git
cd ljvmiranda921.github.io/
bundle install
bundle exec jekyll serve --livereloadThe page, by default, should be running at localhost:4000
Contribute
If you found some errors in spelling/grammar, mistakes in content and the like, then feel
free to fork this repository and make a Pull Request!
