/blog.noahkernis.com

A blog which is apparently mine

Primary LanguageHTMLMIT LicenseMIT

blog.noahkernis.com

These are notes on writing posts.

For usage, see Hugo.

Shortcodes

Figure and Images

{{< figure src="https://s3.amazonaws.com/media.noahkernis.com/images/life_is_weird.gif" alt="description of image" caption="[ title ]" >}}

Code

{{< code language="javascript" title="code code code" line-numbers="true">}}
function carl() {
	console.log("carla")
}
{{< /code >}}