Skip to content

100wordsreview/100wordsreview.github.io

 
 

Repository files navigation

100 words review

Cause hosting personal blog and website using github pages is so easy ❤️

Running it locally

To run it locally you need to install Jekyll and bundle which you can do from here

For Linux machine I can summarize it as

sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf

ruby -v # to test the installation
gem update # sudo might be needed but try to avoid using sudo
gem install jekyll bundler
jekyll -v   # to test the installation
cd ~/[path to this repo home]
bundle install # add your sudo password if asked for password
bundle exec jekyll serve

About

A movie review website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 53.0%
  • CSS 34.0%
  • JavaScript 11.5%
  • Ruby 1.5%