Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

ufgmg/ufgmg.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the source files for www.ufgmg.org. When a new commit is pushed to this repository's master branch, Github runs Jekyll automatically to update the live site.

Setting up Jekyll for local testing

You need to have Ruby installed and the gem tool on your path.

  1. Install Bundler.

    $ gem install bundler
  2. Install this repo's bundle.

    $ bundle install --path .bundle
  3. Run Jekyll.

    $ bundle exec jekyll serve
  4. Point your web browser to http://localhost:4000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published