Skip to content

suchthis/100days

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100 Days

Website for the EDGI 100 days report, built with Jekyll.

License & Copyright

Copyright (C) 2017 Environmental Data and Governance Initiative (EDGI)

Creative Commons Licence
100days website is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Development

1. Install Dependencies

Install the Jekyll gem:

$ gem install jekyll

Windows users: Run Jekyll on Windows

2. Run Locally

$ bundle exec jekyll serve

Deployment

Commits and merges into master will be deployed to the production server, current process is:

  1. Build and archive site locally:
    $ jekyll build
    $ cd _site && tar -czf ../100days.tar.gz *
  2. Upload tar archive to webroot via cPanel: Files > File Manager > /100days.envirodatagov.org
  3. Extract archive within interface. (This will overwrite existing files.)

About

Website for EDGI 100 Days Report

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.4%
  • CSS 3.6%
  • JavaScript 3.6%
  • Ruby 0.4%