kafitzgerald / esds

Repository for hosting material related to Earth System Data Science Initiative efforts

Home Page:https://ncar.github.io/esds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Earth System Data Science Initiative efforts

https://ncar.github.io/esds

License:Apache License 2.0


Languages

Language:Jupyter Notebook 90.8%Language:HTML 9.2%Language:Python 0.0%Language:CSS 0.0%Language:Batchfile 0.0%Language:Makefile 0.0%