HUST Workshop at Supercomputing
Please join the HUST Slack Community by contacting Elsa Gonsiorowski at [email protected]
.
The Slack Workspace is called: https://hpcusersupporttools.slack.com
This site uses sections within a single page, where each page is particular year.
The sections come from the files in the _posts
folder.
The date in the file name determines on which page the text will appear.
To create a page for all the sections of a single year, use the following (with the appropriate year):
---
layout: default
year: 20XX
---
The sections of the page are posts within that year and appear in reverse-date order (oldest appear at the top).
The organization of the sections is:
20XX-01-01-intro.md
: Site intro.20XX-01-02-program.md
: Workshop program.20XX-01-03-topics.md
: Workshop topics.20XX-01-04-submissions.md
: Submission format.20XX-01-05-dates.md
: Deadlines.20XX-01-06-committee.md
: Names and institutions of the committee members.20XX-01-07-slides.md
: Links to the presentation slides.20XX-01-08-history.md
: Links to past proceedings.
Create sections by adding files within the _posts
directory.
Hide existing sections by adding the following to the pages's yaml front matter:
display: false
The icons included between each section come from font awesome. We are using version 4.2.0, but that could easily be changed by updating the version downloaded by the layout.
This is a compressed-commit version of github.com/t413/SinglePaged