diff --git a/Gemfile b/Gemfile index bf4e6d9..9e44e35 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -# gem "rails" +#gem "rails" gem 'github-pages' -gem 'jekyll' \ No newline at end of file +gem 'jekyll' diff --git a/_data/sidebars/user_docs.yml b/_data/sidebars/user_docs.yml index a367778..67d8978 100644 --- a/_data/sidebars/user_docs.yml +++ b/_data/sidebars/user_docs.yml @@ -19,18 +19,26 @@ entries: url: /docs-quick-start-installation output: web, pdf + - title: Create an Image + url: /create-image + output: web, pdf + - title: Bootstrap an Image url: /bootstrap-image output: web, pdf - - title: Create an Image - url: /create-image + - title: Adding Content + url: /docs-content output: web, pdf - title: Bind Paths and Files url: /docs-mount output: web, pdf + - title: Environment and Metadata + url: /docs-environment-metadata + output: web, pdf + - title: Change an Existing Container url: /docs-changing-containers output: web, pdf @@ -67,10 +75,18 @@ entries: url: /docs-import output: web, pdf - - title: shell - url: /docs-shell + - title: inspect + url: /docs-inspect + output: web, pdf + + - title: pull + url: /docs-pull output: web, pdf - title: run url: /docs-run output: web, pdf + + - title: shell + url: /docs-shell + output: web, pdf diff --git a/_data/topnav.yml b/_data/topnav.yml index 3e08f7e..2627cf6 100644 --- a/_data/topnav.yml +++ b/_data/topnav.yml @@ -26,10 +26,17 @@ topnav_dropdowns: url: /faq#troubleshooting - title: People folderitems: - - title: LBNL - external_url: http://www.lbl.gov/ - - title: Stanford - external_url: https://srcc.stanford.edu/ + - title: Gregory M. Kurtzer + external_url: https://github.com/gmkurtzer + - title: Vanessa Sochat + external_url: https://github.com/vsoch + - title: Michael Bauer + external_url: https://github.com/bauerm97 + - title: Brian Bockelman + external_url: https://github.com/bbockelm + - title: Complete Authors List + external_url: https://github.com/singularityware/singularity/blob/master/AUTHORS + ## Topnav single links ## if you want to list an external url, use external_url instead of url. the theme will apply a different link base. diff --git a/_includes/gist.html b/_includes/gist.html new file mode 100644 index 0000000..65921e9 --- /dev/null +++ b/_includes/gist.html @@ -0,0 +1,9 @@ + + diff --git a/_includes/head.html b/_includes/head.html index e435fb0..f67fa4f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,6 +9,7 @@ + diff --git a/_layouts/page.html b/_layouts/page.html index 20cb409..f1b7736 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -36,8 +36,8 @@