earth-metabolome-initiative / earth-metabolome-initiative.github.io

The EMI website
GNU General Public License v3.0
0 stars 6 forks source link

EMI Website

https://www.earthmetabolome.org/

How to contribute ?

Do you have a Github account ?

Do you want to create a Github account ?

Create a Github account

Go there https://github.com/signup and follow instructions. You can then move to Contribute after login to Github

Contribute after login to Github

Two options here:

In both cases you should find your respective folders here.

Contact us directly

You can directly send us your bio and details at contact@earthmetabolome.org. We will update them.

Instruction to build and preview locally

Clone this repository and navigate to the local directory.

git clone https://github.com/earth-metabolome-initiative/earth-metabolome-initiative.github.io.git
cd earth-metabolome-initiative.github.io

Run hugo from the root directory. You will need to have hugo installed first. You can install it directly in your system, see instructions here https://gohugo.io/installation/

Then you can directly run the hugo server by:

hugo server

Alternatively you can install using the following Docker image https://hub.docker.com/r/klakegg/hugo and run the server using the following command

docker run --rm -it \
  -v $(pwd):/src \
  -p 1313:1313 \
  klakegg/hugo:0.101.0-ext-ubuntu \
  server

Both options (local install or docker) should serve the website locally at http://localhost:1313/