Skip to content

Commit 4783429

Browse files
committed
Add htmlproof gem. some config adjustments. fix 404 link
1 parent 572734f commit 4783429

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

404.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ title: 404 - Content Not Found
55

66
# This page doesn't seem to exist
77

8-
You might find what you're looking for in [Documentation](/documentation/).
8+
You might find what you're looking for in [Documentation](/documentation/index.html).

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ group :jekyll_plugins do
99
gem "jekyll-feed"
1010
gem "jekyll-seo-tag"
1111
gem "jekyll-redirect-from"
12+
gem "html-proofer"
1213
end

_config-local.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: The HDF Group
66
description: Ensuring long-term access and usability of HDF data and supporting users of HDF technologies
77

88
logo: /assets/img/logo.png
9+
910
show_downloads: false
1011
site.github.is_user_page: false
1112
google_analytics: G-XQWF3YLCRQ

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ title: The HDF Group
66
description: Ensuring long-term access and usability of HDF data and supporting users of HDF technologies
77

88
logo: /assets/img/logo.png
9+
logo: /assets/img/logo.png
10+
911
show_downloads: false
1012
site.github.is_user_page: false
1113
google_analytics: G-XQWF3YLCRQ

_layouts/default.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

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

1813
</head>
1914
<body>

assets/css/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,4 @@ footer {
269269
color:#444;
270270
}
271271
}
272+
}

downloads/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ redirect_from:
3131
| Version | Usage |
3232
| ---- | ----|
3333
| [h4h5tools 2.2.5](h4h5tools/h4h5tools_2_2_5.html) | Convert HDF4 files to HDF5 files |
34+
35+
## FTP Archives
36+
37+
---- | ----|
38+
| [FTP Archives]({{site.url_docs}}/ftp/index.html) | Older releases of software |

0 commit comments

Comments
 (0)