Skip to content

Commit 7e787df

Browse files
committed
migrate webpage to github
1 parent 653ed1c commit 7e787df

File tree

192 files changed

+31949
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+31949
-1
lines changed

404.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
permalink: /404.html
3+
layout: default
4+
---
5+
6+
<style type="text/css" media="screen">
7+
.container {
8+
margin: 10px auto;
9+
max-width: 600px;
10+
text-align: center;
11+
}
12+
h1 {
13+
margin: 30px 0;
14+
font-size: 4em;
15+
line-height: 1;
16+
letter-spacing: -1px;
17+
}
18+
</style>
19+
20+
<div class="container">
21+
<h1>404</h1>
22+
23+
<p><strong>Page not found :(</strong></p>
24+
<p>The requested page could not be found.</p>
25+
</div>

Gemfile

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
gem "jekyll", "~> 4.3.4"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
gem "minima", "~> 2.5"
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
# gem "github-pages", group: :jekyll_plugins
16+
# If you have any plugins, put them here!
17+
group :jekyll_plugins do
18+
gem "jekyll-feed", "~> 0.12"
19+
end
20+
21+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
22+
# and associated library.
23+
platforms :mingw, :x64_mingw, :mswin, :jruby do
24+
gem "tzinfo", ">= 1", "< 3"
25+
gem "tzinfo-data"
26+
end
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
30+
31+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
32+
# do not have a Java counterpart.
33+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

Gemfile.lock

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.3.4)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
ffi (1.17.0)
13+
ffi (1.17.0-arm64-darwin)
14+
ffi (1.17.0-x86_64-darwin)
15+
forwardable-extended (2.6.0)
16+
google-protobuf (3.25.5)
17+
google-protobuf (3.25.5-arm64-darwin)
18+
google-protobuf (3.25.5-x86_64-darwin)
19+
google-protobuf (3.25.5-x86_64-linux)
20+
http_parser.rb (0.8.0)
21+
i18n (1.14.6)
22+
concurrent-ruby (~> 1.0)
23+
jekyll (4.3.4)
24+
addressable (~> 2.4)
25+
colorator (~> 1.0)
26+
em-websocket (~> 0.5)
27+
i18n (~> 1.0)
28+
jekyll-sass-converter (>= 2.0, < 4.0)
29+
jekyll-watch (~> 2.0)
30+
kramdown (~> 2.3, >= 2.3.1)
31+
kramdown-parser-gfm (~> 1.0)
32+
liquid (~> 4.0)
33+
mercenary (>= 0.3.6, < 0.5)
34+
pathutil (~> 0.9)
35+
rouge (>= 3.0, < 5.0)
36+
safe_yaml (~> 1.0)
37+
terminal-table (>= 1.8, < 4.0)
38+
webrick (~> 1.7)
39+
jekyll-feed (0.17.0)
40+
jekyll (>= 3.7, < 5.0)
41+
jekyll-sass-converter (3.0.0)
42+
sass-embedded (~> 1.54)
43+
jekyll-seo-tag (2.8.0)
44+
jekyll (>= 3.8, < 5.0)
45+
jekyll-watch (2.2.1)
46+
listen (~> 3.0)
47+
kramdown (2.4.0)
48+
rexml
49+
kramdown-parser-gfm (1.1.0)
50+
kramdown (~> 2.0)
51+
liquid (4.0.4)
52+
listen (3.9.0)
53+
rb-fsevent (~> 0.10, >= 0.10.3)
54+
rb-inotify (~> 0.9, >= 0.9.10)
55+
mercenary (0.4.0)
56+
minima (2.5.2)
57+
jekyll (>= 3.5, < 5.0)
58+
jekyll-feed (~> 0.9)
59+
jekyll-seo-tag (~> 2.1)
60+
pathutil (0.16.2)
61+
forwardable-extended (~> 2.6)
62+
public_suffix (6.0.1)
63+
rake (13.2.1)
64+
rb-fsevent (0.11.2)
65+
rb-inotify (0.11.1)
66+
ffi (~> 1.0)
67+
rexml (3.3.8)
68+
rouge (4.4.0)
69+
safe_yaml (1.0.5)
70+
sass-embedded (1.69.5)
71+
google-protobuf (~> 3.23)
72+
rake (>= 13.0.0)
73+
sass-embedded (1.69.5-arm64-darwin)
74+
google-protobuf (~> 3.23)
75+
sass-embedded (1.69.5-x86_64-darwin)
76+
google-protobuf (~> 3.23)
77+
terminal-table (3.0.2)
78+
unicode-display_width (>= 1.1.1, < 3)
79+
unicode-display_width (2.6.0)
80+
webrick (1.8.2)
81+
82+
PLATFORMS
83+
arm64-darwin
84+
ruby
85+
x86_64-darwin
86+
x86_64-linux
87+
88+
DEPENDENCIES
89+
http_parser.rb (~> 0.6.0)
90+
jekyll (~> 4.3.4)
91+
jekyll-feed (~> 0.12)
92+
minima (~> 2.5)
93+
tzinfo (>= 1, < 3)
94+
tzinfo-data
95+
wdm (~> 0.1)
96+
97+
BUNDLED WITH
98+
2.5.21

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

_config.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
#
11+
# If you need help with YAML syntax, here are some quick references for you:
12+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13+
# https://learnxinyminutes.com/docs/yaml/
14+
#
15+
# Site settings
16+
# These are used to personalize your new site. If you look in the HTML files,
17+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18+
# You can create any custom variable you would like, and they will be accessible
19+
# in the templates via {{ site.myvariable }}.
20+
21+
title: Global Arrays
22+
23+
description: >- # this means to ignore newlines until "baseurl:"
24+
baseurl: "" # the subpath of your site, e.g. /blog
25+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
26+
github_username: globalarrays
27+
28+
# Build settings
29+
theme: minima
30+
plugins:
31+
- jekyll-feed
32+
33+
# Exclude from processing.
34+
# The following items will not be processed, by default.
35+
# Any item listed under the `exclude:` key here will be automatically added to
36+
# the internal "default list".
37+
#
38+
# Excluded items can be processed by explicitly listing the directories or
39+
# their entries' file path in the `include:` list.
40+
#
41+
# exclude:
42+
# - .sass-cache/
43+
# - .jekyll-cache/
44+
# - gemfiles/
45+
# - Gemfile
46+
# - Gemfile.lock
47+
# - node_modules/
48+
# - vendor/bundle/
49+
# - vendor/cache/
50+
# - vendor/gems/
51+
# - vendor/ruby/

_includes/shared/header.inc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div id="topBanner">
2+
<a id="pnnlLogo" href="https://www.pnl.gov/">
3+
<img src="/images/pnnl_logo.png" alt="Pacific Northwest National Laboratory." style="width:200px; height:auto;">
4+
</a>
5+
<a id="doeLink" href="http://energy.gov/">
6+
<img src="/images/doe_logo.png" alt="U.S. Department of Energy" style="width:200px; height:auto;">
7+
</a>
8+
</div>
9+
<div id="subBanner">
10+
<img src="/images/smbanner.jpg" width="956" height="51"
11+
alt="PNNL: Global Arrays Toolkit" />
12+
</div>
13+

_includes/shared/rightnav_ma.inc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<h2>Memory Allocator (MA) Links</h2>
2+
<ul>
3+
<li><a href="/ma/">MA Home</a></li>
4+
<li><a href="/ma/MAapi.html">MA API</a></li>
5+
</ul>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h2>ParIO (ChemIO) Links</h2>
2+
<ul>
3+
<li><a href="/pario/index.html">ChemIO aka pario</a></li>
4+
<li><a href="/pario/dio.html">Distant I/O</a></li>
5+
<li><a href="/pario/dra.html">Disk Resident Arrays</a></li>
6+
<li><a href="/pario/DRAapi.html">DRA Fortran API</a></li>
7+
<li><a href="/pario/DRA_capi.html">DRA C API</a></li>
8+
<li><a href="/pario/eaf.html">Exclusive Access Files</a></li>
9+
<li><a href="/pario/EAFapi.html">EAF API</a></li>
10+
<li><a href="/pario/sf.html">Shared Files</a></li>
11+
<li><a href="/pario/sf">SF API</a></li>
12+
</ul>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<h2>TCGMSG-MPI Links</h2>
2+
<ul>
3+
<li><a href="/tcgmsg/TCGapi.html">TCGMSG API</a></li>
4+
</ul>

0 commit comments

Comments
 (0)