Skip to content

Commit

Permalink
Merge pull request #2 from digital4better/feat/eco4Better
Browse files Browse the repository at this point in the history
Eco4better project
  • Loading branch information
stefancosquer authored Jun 14, 2024
2 parents 9be0e4e + 211223b commit e61a755
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.idea
.jekyll-cache
_site
/Gemfile
/Gemfile.lock
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# Digital4Better Open source

This is the Digital4Better Open Source website.


# Development

## How to

### Run the site

1) Install all [prerequisites](https://jekyllrb.com/docs/installation/).
2) Install the jekyll and bundler gems with the command

`gem install jekyll bundler`

3) Create Gemfile under the root directory using

`bundle init`

`bundle add jekyll`

4) Run the jekyll env with the command

`bundle exec jekyll serve



### Generate a valid project image

To generate the image with the perfect design wanted go to https://duotone.shapefactory.co/?f=fbdbd6&t=72281c&q=_
9 changes: 9 additions & 0 deletions _data/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,12 @@
partner:
name: PLIE
url: https://www.atdec.org/qui-sommes-nous/

- name: Eco4Better
description: Outillage permettant de benchmarker nos manières de coder afin de voir quel impact environnemental cela peut engendrer.
img: img/eco4Better.jpeg
url: https://github.com/digital4better/eco4Better
repo: https://github.com/digital4better/eco4Better
partner:
name: D4B
url: https://digital4better.com
Binary file added img/eco4Better.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e61a755

Please sign in to comment.