Training materials for hands-on workshops on performance optimisation.
View the content here: https://nesi.github.io/perf-training/.
- Create a new file in sections/, based on the files that are already
there, with unique
permalink
andchapter
. Theorder
value is used to detemine the order they appear in the list on the website. - Edit _config.yml and add the new section file to the
header_pages
list. - Create a folder under _lessons/ with the name used in
permalink
above. This is where the lessons will go.
- Create a new file in the _lessons/<section_name>/ folder, based on files that are already there.
- Make sure the
permalink
is unique. - Make sure
chapter
matches the chapter that was set in the corresponding section file.
Ruby and bundler are required.
In the main repo directory run:
bundle install --path vendor/bundle
bundle exec jekyll server
(run the web server)- View web page, probably at: http://127.0.0.1:4000/perf-training/