Skip to content

uksrc/uksrc.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UK SKA Regional Centre user guide

The webpage is created using Jekyll theme Minimal Mistakes guide. The pages are written in markdown. A guide for using markdown in github. This affects how the page is formatted (fonts, tables, links etc).

  1. Open _posts folder image

  2. Create new file

  • Create a new file
  • Name the file using the following convention: YYYY-MM-DD-meaningful-title.md
  • If you want the post to be published at a later time point, use XXX instead of the date. image
  1. Add front matter markdown file (.md)
  • copy and update (e.g. new title) the Front matter from an existing _post into the top of the new _post file. This is the text between the --- is not rendered on the webpage. The front matter allows page-specific variables to be included at the top of a page.
  • image
  • Learn more : https://mmistakes.github.io/minimal-mistakes/docs/posts/
  1. Add the main content to the page
  • using markdown syntext add the main content to the page
  • include who, what, where and how in the news and article and how it relates to UKSRC (e.g. team member contributing to the teaching, someone presenting, using our hpc resources).
  1. Publish the page
  • Press commit changes (green button) image

Adding and updating main webpages

  1. Open _pages folder image

  2. To edit a page click on the pencil icon

  • image
  1. Create new file
  • Create a new file image
  • give it a "meaninful-title.md"
  • Add front matter to the _page. This can be copied from an existing page in the folder.
    • image
  1. Publish the page
  • Press commit changes (green button) image