Skip to content

Commit c4f44f5

Browse files
ives1227mferrarinidaveneiman
authored
Documentation (#397)
* initial pages setup with jekyll * moving content over from user manual * header/footer setup * adding more content * edits with tammy in working meeting this afternoon * updated location of css file * moving references into 'guides' folder * references section of user manual * Update guides.md * Delete references.md * hard-coded menu * tools added * style updates * homepage style updates * add link to release notes/downloads on homepage * adjust sidebar height * adding in more content * updating user-manual link * content updates * tool table cleanup * reworking content sections * config files content now back on same page * adding config-files content * data dictionary updates and code styling * updated tool table content * table style updates * Update 2022-03-22-fileInfo.md * adding metadata semantic components dropdowns + styles * Update data-dictionary-unit.md * Update data-dictionary-unit.md * updated repeatability row in data dictionary * homepage and style updates; sprint recap news post (placeholder) * homepage updates * Add missing config file descriptions. * new graphic and contributors list * Create CNAME --------- Co-authored-by: mferrarini <[email protected]> Co-authored-by: David Neiman <[email protected]>
1 parent 08617ef commit c4f44f5

Some content is hidden

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

67 files changed

+3399
-0
lines changed

docs/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor

docs/404.html

+25
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>

docs/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fitstool.org

docs/Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'
3+
gem 'jekyll'
4+
gem 'webrick'

docs/Gemfile.lock

+284
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,284 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.4.7)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.8.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.23.4)
18+
concurrent-ruby (1.1.9)
19+
dnsruby (1.61.9)
20+
simpleidn (~> 0.1)
21+
em-websocket (0.5.3)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0)
24+
ethon (0.15.0)
25+
ffi (>= 1.15.0)
26+
eventmachine (1.2.7)
27+
execjs (2.8.1)
28+
faraday (1.10.0)
29+
faraday-em_http (~> 1.0)
30+
faraday-em_synchrony (~> 1.0)
31+
faraday-excon (~> 1.1)
32+
faraday-httpclient (~> 1.0)
33+
faraday-multipart (~> 1.0)
34+
faraday-net_http (~> 1.0)
35+
faraday-net_http_persistent (~> 1.0)
36+
faraday-patron (~> 1.0)
37+
faraday-rack (~> 1.0)
38+
faraday-retry (~> 1.0)
39+
ruby2_keywords (>= 0.0.4)
40+
faraday-em_http (1.0.0)
41+
faraday-em_synchrony (1.0.0)
42+
faraday-excon (1.1.0)
43+
faraday-httpclient (1.0.1)
44+
faraday-multipart (1.0.3)
45+
multipart-post (>= 1.2, < 3)
46+
faraday-net_http (1.0.1)
47+
faraday-net_http_persistent (1.2.0)
48+
faraday-patron (1.0.0)
49+
faraday-rack (1.0.0)
50+
faraday-retry (1.0.3)
51+
ffi (1.15.5)
52+
forwardable-extended (2.6.0)
53+
gemoji (3.0.1)
54+
github-pages (225)
55+
github-pages-health-check (= 1.17.9)
56+
jekyll (= 3.9.0)
57+
jekyll-avatar (= 0.7.0)
58+
jekyll-coffeescript (= 1.1.1)
59+
jekyll-commonmark-ghpages (= 0.2.0)
60+
jekyll-default-layout (= 0.1.4)
61+
jekyll-feed (= 0.15.1)
62+
jekyll-gist (= 1.5.0)
63+
jekyll-github-metadata (= 2.13.0)
64+
jekyll-include-cache (= 0.2.1)
65+
jekyll-mentions (= 1.6.0)
66+
jekyll-optional-front-matter (= 0.3.2)
67+
jekyll-paginate (= 1.1.0)
68+
jekyll-readme-index (= 0.3.0)
69+
jekyll-redirect-from (= 0.16.0)
70+
jekyll-relative-links (= 0.6.1)
71+
jekyll-remote-theme (= 0.4.3)
72+
jekyll-sass-converter (= 1.5.2)
73+
jekyll-seo-tag (= 2.8.0)
74+
jekyll-sitemap (= 1.4.0)
75+
jekyll-swiss (= 1.0.0)
76+
jekyll-theme-architect (= 0.2.0)
77+
jekyll-theme-cayman (= 0.2.0)
78+
jekyll-theme-dinky (= 0.2.0)
79+
jekyll-theme-hacker (= 0.2.0)
80+
jekyll-theme-leap-day (= 0.2.0)
81+
jekyll-theme-merlot (= 0.2.0)
82+
jekyll-theme-midnight (= 0.2.0)
83+
jekyll-theme-minimal (= 0.2.0)
84+
jekyll-theme-modernist (= 0.2.0)
85+
jekyll-theme-primer (= 0.6.0)
86+
jekyll-theme-slate (= 0.2.0)
87+
jekyll-theme-tactile (= 0.2.0)
88+
jekyll-theme-time-machine (= 0.2.0)
89+
jekyll-titles-from-headings (= 0.5.3)
90+
jemoji (= 0.12.0)
91+
kramdown (= 2.3.1)
92+
kramdown-parser-gfm (= 1.1.0)
93+
liquid (= 4.0.3)
94+
mercenary (~> 0.3)
95+
minima (= 2.5.1)
96+
nokogiri (>= 1.12.5, < 2.0)
97+
rouge (= 3.26.0)
98+
terminal-table (~> 1.4)
99+
github-pages-health-check (1.17.9)
100+
addressable (~> 2.3)
101+
dnsruby (~> 1.60)
102+
octokit (~> 4.0)
103+
public_suffix (>= 3.0, < 5.0)
104+
typhoeus (~> 1.3)
105+
html-pipeline (2.14.0)
106+
activesupport (>= 2)
107+
nokogiri (>= 1.4)
108+
http_parser.rb (0.8.0)
109+
i18n (0.9.5)
110+
concurrent-ruby (~> 1.0)
111+
jekyll (3.9.0)
112+
addressable (~> 2.4)
113+
colorator (~> 1.0)
114+
em-websocket (~> 0.5)
115+
i18n (~> 0.7)
116+
jekyll-sass-converter (~> 1.0)
117+
jekyll-watch (~> 2.0)
118+
kramdown (>= 1.17, < 3)
119+
liquid (~> 4.0)
120+
mercenary (~> 0.3.3)
121+
pathutil (~> 0.9)
122+
rouge (>= 1.7, < 4)
123+
safe_yaml (~> 1.0)
124+
jekyll-avatar (0.7.0)
125+
jekyll (>= 3.0, < 5.0)
126+
jekyll-coffeescript (1.1.1)
127+
coffee-script (~> 2.2)
128+
coffee-script-source (~> 1.11.1)
129+
jekyll-commonmark (1.4.0)
130+
commonmarker (~> 0.22)
131+
jekyll-commonmark-ghpages (0.2.0)
132+
commonmarker (~> 0.23.4)
133+
jekyll (~> 3.9.0)
134+
jekyll-commonmark (~> 1.4.0)
135+
rouge (>= 2.0, < 4.0)
136+
jekyll-default-layout (0.1.4)
137+
jekyll (~> 3.0)
138+
jekyll-feed (0.15.1)
139+
jekyll (>= 3.7, < 5.0)
140+
jekyll-gist (1.5.0)
141+
octokit (~> 4.2)
142+
jekyll-github-metadata (2.13.0)
143+
jekyll (>= 3.4, < 5.0)
144+
octokit (~> 4.0, != 4.4.0)
145+
jekyll-include-cache (0.2.1)
146+
jekyll (>= 3.7, < 5.0)
147+
jekyll-mentions (1.6.0)
148+
html-pipeline (~> 2.3)
149+
jekyll (>= 3.7, < 5.0)
150+
jekyll-optional-front-matter (0.3.2)
151+
jekyll (>= 3.0, < 5.0)
152+
jekyll-paginate (1.1.0)
153+
jekyll-readme-index (0.3.0)
154+
jekyll (>= 3.0, < 5.0)
155+
jekyll-redirect-from (0.16.0)
156+
jekyll (>= 3.3, < 5.0)
157+
jekyll-relative-links (0.6.1)
158+
jekyll (>= 3.3, < 5.0)
159+
jekyll-remote-theme (0.4.3)
160+
addressable (~> 2.0)
161+
jekyll (>= 3.5, < 5.0)
162+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
163+
rubyzip (>= 1.3.0, < 3.0)
164+
jekyll-sass-converter (1.5.2)
165+
sass (~> 3.4)
166+
jekyll-seo-tag (2.8.0)
167+
jekyll (>= 3.8, < 5.0)
168+
jekyll-sitemap (1.4.0)
169+
jekyll (>= 3.7, < 5.0)
170+
jekyll-swiss (1.0.0)
171+
jekyll-theme-architect (0.2.0)
172+
jekyll (> 3.5, < 5.0)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-cayman (0.2.0)
175+
jekyll (> 3.5, < 5.0)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-dinky (0.2.0)
178+
jekyll (> 3.5, < 5.0)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-hacker (0.2.0)
181+
jekyll (> 3.5, < 5.0)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-leap-day (0.2.0)
184+
jekyll (> 3.5, < 5.0)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-merlot (0.2.0)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-midnight (0.2.0)
190+
jekyll (> 3.5, < 5.0)
191+
jekyll-seo-tag (~> 2.0)
192+
jekyll-theme-minimal (0.2.0)
193+
jekyll (> 3.5, < 5.0)
194+
jekyll-seo-tag (~> 2.0)
195+
jekyll-theme-modernist (0.2.0)
196+
jekyll (> 3.5, < 5.0)
197+
jekyll-seo-tag (~> 2.0)
198+
jekyll-theme-primer (0.6.0)
199+
jekyll (> 3.5, < 5.0)
200+
jekyll-github-metadata (~> 2.9)
201+
jekyll-seo-tag (~> 2.0)
202+
jekyll-theme-slate (0.2.0)
203+
jekyll (> 3.5, < 5.0)
204+
jekyll-seo-tag (~> 2.0)
205+
jekyll-theme-tactile (0.2.0)
206+
jekyll (> 3.5, < 5.0)
207+
jekyll-seo-tag (~> 2.0)
208+
jekyll-theme-time-machine (0.2.0)
209+
jekyll (> 3.5, < 5.0)
210+
jekyll-seo-tag (~> 2.0)
211+
jekyll-titles-from-headings (0.5.3)
212+
jekyll (>= 3.3, < 5.0)
213+
jekyll-watch (2.2.1)
214+
listen (~> 3.0)
215+
jemoji (0.12.0)
216+
gemoji (~> 3.0)
217+
html-pipeline (~> 2.2)
218+
jekyll (>= 3.0, < 5.0)
219+
kramdown (2.3.1)
220+
rexml
221+
kramdown-parser-gfm (1.1.0)
222+
kramdown (~> 2.0)
223+
liquid (4.0.3)
224+
listen (3.7.1)
225+
rb-fsevent (~> 0.10, >= 0.10.3)
226+
rb-inotify (~> 0.9, >= 0.9.10)
227+
mercenary (0.3.6)
228+
minima (2.5.1)
229+
jekyll (>= 3.5, < 5.0)
230+
jekyll-feed (~> 0.9)
231+
jekyll-seo-tag (~> 2.1)
232+
minitest (5.15.0)
233+
multipart-post (2.1.1)
234+
nokogiri (1.13.3-x86_64-darwin)
235+
racc (~> 1.4)
236+
octokit (4.22.0)
237+
faraday (>= 0.9)
238+
sawyer (~> 0.8.0, >= 0.5.3)
239+
pathutil (0.16.2)
240+
forwardable-extended (~> 2.6)
241+
public_suffix (4.0.6)
242+
racc (1.6.0)
243+
rb-fsevent (0.11.1)
244+
rb-inotify (0.10.1)
245+
ffi (~> 1.0)
246+
rexml (3.2.5)
247+
rouge (3.26.0)
248+
ruby2_keywords (0.0.5)
249+
rubyzip (2.3.2)
250+
safe_yaml (1.0.5)
251+
sass (3.7.4)
252+
sass-listen (~> 4.0.0)
253+
sass-listen (4.0.0)
254+
rb-fsevent (~> 0.9, >= 0.9.4)
255+
rb-inotify (~> 0.9, >= 0.9.7)
256+
sawyer (0.8.2)
257+
addressable (>= 2.3.5)
258+
faraday (> 0.8, < 2.0)
259+
simpleidn (0.2.1)
260+
unf (~> 0.1.4)
261+
terminal-table (1.8.0)
262+
unicode-display_width (~> 1.1, >= 1.1.1)
263+
thread_safe (0.3.6)
264+
typhoeus (1.4.0)
265+
ethon (>= 0.9.0)
266+
tzinfo (1.2.9)
267+
thread_safe (~> 0.1)
268+
unf (0.1.4)
269+
unf_ext
270+
unf_ext (0.0.8.1)
271+
unicode-display_width (1.8.0)
272+
webrick (1.7.0)
273+
zeitwerk (2.5.4)
274+
275+
PLATFORMS
276+
x86_64-darwin-20
277+
278+
DEPENDENCIES
279+
github-pages
280+
jekyll
281+
webrick
282+
283+
BUNDLED WITH
284+
2.3.9

docs/_config.yml

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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: File Information Tool Set (FITS)
22+
23+
description: >- # this means to ignore newlines until "baseurl:"
24+
Documentation and official code release of the FITS and the FITS Web Service projects
25+
baseurl: "/fits" # the subpath of your site, e.g. /blog
26+
url: "https://harvard-lts.github.io" # the base hostname & protocol for your site, e.g. http://example.com
27+
github_reponame_fits: FITS
28+
github_url_fits: "https://github.com/harvard-lts/fits"
29+
github_reponame_fits-servlet: FITSservlet
30+
github_url_fits-servlet: "https://github.com/harvard-lts/FITSservlet"
31+
32+
# Build settings
33+
theme: minima
34+
plugins:
35+
- jekyll-feed
36+
37+
# Exclude from processing.
38+
# The following items will not be processed, by default.
39+
# Any item listed under the `exclude:` key here will be automatically added to
40+
# the internal "default list".
41+
#
42+
# Excluded items can be processed by explicitly listing the directories or
43+
# their entries' file path in the `include:` list.
44+
#
45+
# exclude:
46+
# - .sass-cache/
47+
# - .jekyll-cache/
48+
# - gemfiles/
49+
# - Gemfile
50+
# - Gemfile.lock
51+
# - node_modules/
52+
# - vendor/bundle/
53+
# - vendor/cache/
54+
# - vendor/gems/
55+
# - vendor/ruby/

0 commit comments

Comments
 (0)