zhangsj96 / UNLV-SPFG.github.io

GitHub Pages website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNLV Star & Planet Group Homepage

Viewing Site Locally

You can clone this repo and build the GitHub Pages site locally to preview and test any changes, as it can take up to 20 minutes to publish commits to the site after pushing to GitHub.

Prerequisites

Jekyll on macOS

  1. macOS users should first follow Jekyll's detailed documentation to ensure proper installation of Ruby.
  2. If Bundler was previously installed under a different instance of Ruby, delete it with gem uninstall bundler.
  3. Reinstall Bundler following the Local Install subsection; if you have issues with Nokogiri, try gem uninstall nokogiri before installing Bundler (it will fetch the correct version of Nokogiri).

Once the prerequisites have been installed, run the following command in the root of your cloned repo (.../UNLV-SPFG.github.io/):

bundle install

Build

Jekyll is a static site generator, so we need it to build the site before we can view it. You can run the following command in the root of your local repo to both build and serve it locally:

bundle exec jekyll serve

This will run a local web server that you can view at http://localhost:4000 with your browser.

Making Changes

Team

To create a new, or modify an existing, team member profile, see the README.md in the _team/ diriectory.

News

To create a new, or modify an existing, news post, see the README.md in the _posts/ diriectory.

Research

To create a new, or modify an existing, research page, see the README.md in the _research/ diriectory.

Issues & Requests

Please create issues for any problems identified with the site or requests for changes to the theme or layout.

Sources

About

GitHub Pages website

License:MIT License


Languages

Language:HTML 70.0%Language:Ruby 12.8%Language:JavaScript 12.2%Language:SCSS 5.1%