Skip to content

Commit

Permalink
update README.md badge and text
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald authored Feb 5, 2024
1 parent fa70358 commit deb3c2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# [ncar.github.io/esds](https://ncar.github.io/esds/)
# [Earth System Data Science (ESDS)](https://ncar.github.io/esds/)

![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/NCAR/esds/deploy-website/main?logo=github&style=for-the-badge)
![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/NCAR/esds/deploy.yml?branch=main&logo=github&style=for-the-badge)

Repository for hosting material related to Earth System Data Science Initiative efforts. The contents are posted at [ncar.github.io/esds](https://ncar.github.io/esds/).
Repository for hosting material related to the Earth System Data Science initiative. The contents are posted at [ncar.github.io/esds](https://ncar.github.io/esds/).

## Tips for Building the Site Locally
## 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:
Expand All @@ -19,4 +19,4 @@ At this point you can preview your built site with your prefered method. Here ar
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.
**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.

0 comments on commit deb3c2e

Please sign in to comment.