Skip to content

cryptba1/www.cybergreen.net

 
 

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.

About

Cybergreen data inventory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 79.0%
  • HTML 15.5%
  • JavaScript 5.5%