This is my official page based on Jekyll-Uno pages
- Download or clone repo
git clone git@github.com:repodevs/repodevs.github.io.git
- Enter the folder:
cd repodevs.github.io/
- If you don't have bundler installed:
gem install bundler
- Install Ruby gems:
bundle install
- Start Jekyll server:
bundle exec jekyll serve --watch
Access via: http://localhost:4000/repodevs.github.io/
If you would like to run without using the github-pages
gem, update your Gemfile to the following:
source 'https://rubygems.org'
gem 'jekyll-paginate'
gem 'jekyll-watch'
gem 'kramdown'
gem 'kramdown-parser-gfm'
It is under the MIT license.