tjheffner / heffdotdev

personal site refresh for 2022. based on swyxkit
https://heffner.dev
MIT License
0 stars 0 forks source link

Hello world #1

Closed tjheffner closed 2 years ago

tjheffner commented 2 years ago

title: Hello world description: obligatory test post for the new website category: technical

This is the first post for my new personal site. It is based on https://github.com/sw-yx/swyxkit and uses github's issue queue as a CMS. more details to come, but for now this is just a test that the CMS is working properly :)

testing code blocks in actual content

export let foo;

foo = 'bar'
tjheffner commented 2 years ago

needed to read closer.... lib/content.js had variables to update to my repo. Also needed to create the Published label.

tjheffner commented 2 years ago

what do multiple comments look like?

also want to test links and comments with larger blocks of code. what's going on here?

export let foo;
foo = 'bar'

something weird going on in this comment. foo = bar

function codeBlocks() {
    return 'Can be inserted';
}
tjheffner commented 2 years ago

Snarkdown

snarkdown

Snarkdown is easy to use!

Here's an important anchor link.

Two newlines creates a line break.

Or, end a line with two spaces.
Just like that!

Code & Poetry

You can also indent
blocks to display
code or poetry.

Indented code/poetry blocks  
can be hard-wrapped.

Or, wrap your code in three backticks:

function codeBlocks() {
    return 'Can be inserted';
}

Block Quotes

You can insert quotes by preceeding each line with >.

Blockquotes can also contain line
breaks.

Lists

  1. Ordered
  2. Lists
  3. Numbers are ignored
tjheffner commented 8 months ago

testing comments with utteranc.es work 🤞