Skip to content

Instantly share code, notes, and snippets.

@trevorhere
Last active October 23, 2021 05:29
Show Gist options
  • Save trevorhere/5d0c8819cf46fea931bb089aa566d227 to your computer and use it in GitHub Desktop.
Save trevorhere/5d0c8819cf46fea931bb089aa566d227 to your computer and use it in GitHub Desktop.
author title date image authorImage tags
Trevor Lane
Utah JS 2021 Presentation Notes
10/08/2021
notes, presentation, UtahJS

Template links:

Blog

Website

Presentation Slides:

Slides

Create Accounts Here:

Github

If possible, use github signup for these:

Replit

Netlify

Blog post list example:

[{
  "name": "Post Name",
  "gist_id": "first post id"
}]

Blog starter example:

\-\-\-
author: <Your Name>
title: What I learned at Utah JS 2021
date: 10/08/2021
image: https://i.imgur.com/qbMH8r1.png
authorImage: https://avatars.githubusercontent.com/u/15148900
tags: writing, post, utahJS


Headers:

# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag

Emphasis

*This text will be italic*
_This will also be italic_

**This text will be bold**
__This will also be bold__

_You **can** combine them_

Lists

* Item 1
* Item 2
  * Item 2a
  * Item 2b
  
Images

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Links: 

http://github.com - automatic!
[GitHub](http://github.com)

\-\-\-

Mastering Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment