Skip to content

zenkavi/aws-hpc-tutorials

 
 

Repository files navigation

AWS HPC Workshop

Collection of workshops to demonstrate best practices in using Amazon Web Service High Perfomance Computing (HPC) components.

Building the Workshop site

The content of the workshops is built using hugo.

To build the content

  1. Clone this repository
git clone --recurse-submodules https://github.com/aws-samples/aws-hpc-tutorials.git
  1. Install Hugo. On a mac that's:
wget https://github.com/gohugoio/hugo/releases/download/v0.92.2/hugo_0.92.2_macOS-64bit.tar.gz
tar -xzf hugo_0.92.2_macOS-64bit.tar.gz
sudo mv hugo /usr/local/bin
hugo version

Note you must use version <= 0.92.2 or else you'll see errors.

  1. Run hugo to generate the site, and point your browser to https://localhost:1313
hugo serve -D

Update Theme

The project uses hugo learn template as a git submodule. To update the content, execute the following code

pushd themes/hugo-theme-learn
git submodule init
git submodule update --checkout --recursive
popd

License

The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.

The sample code within this documentation is made available under the MIT-0 license. See the LICENSE-SAMPLECODE file.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.3%
  • CSS 8.6%
  • Shell 2.1%