Skip to content

Commit

Permalink
Merge pull request #9 from openghg/fixWebError
Browse files Browse the repository at this point in the history
Fix site error due to YAML mistake
  • Loading branch information
gareth-j authored Aug 21, 2023
2 parents 304d473 + ca08284 commit 2d860b2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.0)
activesupport (7.0.6)
activesupport (7.0.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
async (2.6.2)
async (2.6.3)
console (~> 1.10)
fiber-annotation
io-event (~> 1.1)
Expand All @@ -20,9 +20,9 @@ GEM
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.23.9)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
console (1.18.0)
console (1.23.2)
fiber-annotation
fiber-local
dnsruby (1.70.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
html-proofer (5.0.7)
html-proofer (5.0.8)
addressable (~> 2.3)
async (~> 2.1)
nokogiri (~> 1.13)
Expand Down Expand Up @@ -235,7 +235,7 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.19.0)
nokogiri (1.15.3-arm64-darwin)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -254,7 +254,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.2.6)
rouge (3.26.0)
ruby-rc4 (0.1.5)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -284,7 +284,7 @@ GEM
unicode-display_width (1.8.0)
webrick (1.8.1)
yell (2.2.2)
zeitwerk (2.6.9)
zeitwerk (2.6.11)

PLATFORMS
arm64-darwin-21
Expand Down
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
<meta name="author" content="{{ site.author }}">
<meta name="description" content="{{ site.description }}">
<link rel="stylesheet" href="/uploads/css/openghg_site.css"/>
<link rel="shortcut icon" type="/uploads/logo/OpenGHG_Logo_NoText.png" href="#">
</head>
<body>
26 changes: 25 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ page_sections:
block: section-header
header: News

- template: content-feature
block: news-1
headline: Version 0.6.2 released
date: 2023-08-07
content: Version 0.6.2 of OpenGHG brings a fix for incorrect object store paths being loaded in from JSON
link_text: For the full list of changes see our changelog.
link: https://github.com/openghg/openghg/blob/devel/CHANGELOG.md#062---2023-08-07

- template: content-feature
block: news-1
headline: Version 0.6.1 released
Expand All @@ -56,14 +64,30 @@ page_sections:
link_text: For the full list of changes see our changelog.
link: https://github.com/openghg/openghg/blob/devel/CHANGELOG.md#060---2023-07-18

- template: content-feature
- template: content-feature
block: news-1
headline: Updated NOAA ObsPack retrieval
date: 2023-05-10
content: With the release of version 0.5.1 of OpenGHG we've made some fixes to our NOAA ObsPack retrieval tutorial, install the latest version of OpenGHG from PyPI or conda today.
link_text: Try the OpenGHG ObsPack tutorial.
link: https://docs.openghg.org/tutorials/local/Exploring_data/Explore_NOAA_ObsPack.html

- template: content-feature
block: news-1
headline: Version 0.5.1 released
date: 2023-05-10
content: Today we release version 0.5.1 of OpenGHG. This release contains fixes for bugs in some of our standardisation code and our NOAA ObsPack retrieval functionality.
link_text: For the full list of changes see our changelog.
link: https://github.com/openghg/openghg/blob/devel/CHANGELOG.md#051---2023-05-10

- template: content-feature
block: news-1
headline: Version 0.5.0 released
date: 2023-03-14
content: Today we release version 0.5.0 of OpenGHG. This release comes with new features and fixes. These include the ability to add EDGAR data to the object store, new ways of searching and storing emissions data, two new tutorials and an OpenGHG command line interface to help you get setup quickly.
link_text: For the full list of changes see our changelog.
link: https://github.com/openghg/openghg/blob/devel/CHANGELOG.md#050---2023-03-14

- template: content-feature
block: section-header
header: Videos
Expand Down

0 comments on commit 2d860b2

Please sign in to comment.