HPC Cluster Academy
Created: 2022-08-01 Mon 22:43
| 9:00 | About Me & Setup |
| 9:20 | Crash course in HTML & CSS |
| 9:50 | Markdown & Your Resume |
| 10:20 | Static Websites |
| 10:50 | Build Your Website! |
| 11:00 | Fun |
Follow along: gonsie.com/talks
A markup language is a system for annotating a document in a way that is syntactically distinguishable from the text.
A style sheet language, or style language, expresses the presentation of structured documents.
Try adding this:
<marquee>Some text</marquee>
Converters have their own rules.
Practice writing markdown syntax by re-writing your resume in markdown, using the following rules:
resume.md
.md fileresume.md file:---
layout: resume
title: "My Awesome Resume"
---
resume.md file (with the front matter!)<USERNAME>.github.io/jekyll-resume/resume.htmlhttps://gonsie.com https://gonsie.github.io/index.html
username.github.iousername.github.io/repoREADME.md filegithub.com/username)Created by Elsa Gonsiorowski
using Emacs, Org Mode, and RevealJS (Robot Lung theme).
View the source.