1. Make a Gemfile in the 2022 folder with the following lines
    source 'https://rubygems.org'
    gem 'github-pages', group: :jekyll_plugins
    gem 'jekyll-feed', group: :jekyll_plugins
    gem 'jekyll-seo-tag', group: :jekyll_plugins
    gem 'jekyll-sitemap', group: :jekyll_plugins
    
  2. Install Ruby on your machine if you don’t have it yet. Alternatively, you can use rvm. The site uses Ruby 2.5.3.
  3. Install Bundler if you don’t have it yet.
    gem install bundler
    
  4. Install Jekyll dependencies.
    bundle install
    
  5. Run site locally.
    bundle exec jekyll serve
    

pistangmapa@gmail.com

Creative Commons License
This work and its contents is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Other works (software, source code, etc.) referenced in this website are under their own respective licenses.
This site is powered by Jekyll and hosted on Github (view source)