Skip to content

cybergreen-net/www.cybergreen.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and Local Development Instructions

This website uses Jekyll and Github pages.

To get started, you will need to install Ruby and RubyGems

Then,

# Install Jekyll and Jekyll Redirect From dependency

gem install jekyll
gem install jekyll-redirect-from

# Clone the repository

git clone https://github.com/cybergreen-net/www.cybergreen.net.git

# Navigate to the repository directory

cd www.cybergreen.net/

# Run Jekyll to build and host a local version of the site

jekyll serve --watch

You should then be able to View the locally hosted site in your browser at the address localhost:4000. As you make changes to the repo, Jekyll will automatically regenerate the site accordingly.

The website uses Github pages. Once your changes have been pushed to the gh-pages branch, they will go live at www.cybergreen.net.