Skip to content
/ esds Public

Repository for hosting material related to the Earth System Data Science (ESDS) initiative efforts

License

Notifications You must be signed in to change notification settings

NCAR/esds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d38590b · Oct 29, 2024
Apr 15, 2024
Aug 10, 2022
Feb 6, 2024
Jan 7, 2023
Jun 28, 2024
Jun 16, 2021
Apr 15, 2024
Mar 30, 2021
Dec 2, 2021
Aug 28, 2023
Mar 11, 2021
Jun 16, 2021
Feb 5, 2024
Oct 29, 2024
May 6, 2024
Feb 6, 2024
Mar 30, 2021
Feb 6, 2024
Aug 13, 2024
Aug 17, 2023
Feb 6, 2024
May 6, 2024
Mar 11, 2021
Jun 7, 2023
Feb 14, 2024
Mar 30, 2021
Aug 14, 2021
Mar 30, 2021

Repository files navigation

GitHub Workflow Status (branch)

Repository for hosting material related to the Earth System Data Science initiative. The contents are posted at ncar.github.io/esds.

Tips for building the site locally

To preview your changes to the site, you will have to build the site locally. To do that you need to:

  1. Create the conda environment for this repository with conda env create -f environment.yml.
  2. Activate your environment with conda activate esds-blog
  3. And build the site with make html

At this point you can preview your built site with your preferred method. Here are some options:

  1. Navigating to _build/index.html and opening in your preferred browser (often possible with a right click).
  2. View via localhost by using Python python -m SimpleHTTPServer
  3. Or view via localhost by using Node.js with npm install http-server -g and http-server name-of-file

NOTE: If you added a file, it must be represented in the table of contents toctree within the index.md file to be built with the site.

About

Repository for hosting material related to the Earth System Data Science (ESDS) initiative efforts

Resources

License

Stars

Watchers

Forks