Skip to content

Commit

Permalink
Add htmlproof gem. some config adjustments. fix 404 link
Browse files Browse the repository at this point in the history
  • Loading branch information
lkurz committed Aug 29, 2024
1 parent 572734f commit 4783429
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ title: 404 - Content Not Found

# This page doesn't seem to exist

You might find what you're looking for in [Documentation](/documentation/).
You might find what you're looking for in [Documentation](/documentation/index.html).
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ group :jekyll_plugins do
gem "jekyll-feed"
gem "jekyll-seo-tag"
gem "jekyll-redirect-from"
gem "html-proofer"
end
1 change: 1 addition & 0 deletions _config-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: The HDF Group
description: Ensuring long-term access and usability of HDF data and supporting users of HDF technologies

logo: /assets/img/logo.png

show_downloads: false
site.github.is_user_page: false
google_analytics: G-XQWF3YLCRQ
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: The HDF Group
description: Ensuring long-term access and usability of HDF data and supporting users of HDF technologies

logo: /assets/img/logo.png
logo: /assets/img/logo.png

show_downloads: false
site.github.is_user_page: false
google_analytics: G-XQWF3YLCRQ
Expand Down
9 changes: 2 additions & 7 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

{% seo %}
<!-- <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> -->
<!-- <link rel="stylesheet" href="../assets/css/style.css"> -->
<!-- <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css"> -->
<link rel="stylesheet" href="https://portal.hdfgroup.org/assets/css/style.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->

<link rel="stylesheet" href="/assets/css/style.css">

</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,4 @@ footer {
color:#444;
}
}
}
5 changes: 5 additions & 0 deletions downloads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ redirect_from:
| Version | Usage |
| ---- | ----|
| [h4h5tools 2.2.5](h4h5tools/h4h5tools_2_2_5.html) | Convert HDF4 files to HDF5 files |

## FTP Archives

---- | ----|
| [FTP Archives]({{site.url_docs}}/ftp/index.html) | Older releases of software |

0 comments on commit 4783429

Please sign in to comment.