This is a just a test blog. You don't want to read it.

I use this to test my rich text

Nov 29, 2022

3 minute read
Light colored style tile for this site

This an H2 heading followed by lorem

Praesent maximus, mi in luctus posuere, est tellus egestas est, quis tempus nisi libero eget elit. Aliquam quam felis, sagittis vitae felis aliquam, mollis vehicula ex. Phasellus vel pellentesque neque. Proin efficitur neque at dictum ullamcorper. Phasellus tempor lacinia orci et ultrices. Aenean condimentum faucibus erat ut scelerisque. Phasellus ut iaculis metus. Fusce eget feugiat justo. Nullam non blandit magna. Morbi bibendum lectus et elit luctus, id faucibus tellus vestibulum. Sed at feugiat nulla, ac laoreet leo. Aliquam erat volutpat.

This ones an H3 with more lorem and an image

Praesent maximus, mi in luctus posuere, est tellus egestas est, quis tempus nisi libero eget elit. Aliquam quam felis, sagittis vitae felis aliquam, mollis vehicula ex. Phasellus vel pellentesque neque. Proin efficitur neque at dictum ullamcorper. Phasellus tempor lacinia orci et ultrices. Aenean condimentum faucibus erat ut scelerisque.

The help screen of the React Workflow CLI

react-workflow-cli

Aenean condimentum faucibus erat ut scelerisque. Phasellus ut iaculis metus. Fusce eget feugiat justo. Nullam non blandit magna. Morbi bibendum lectus et elit luctus, id faucibus tellus vestibulum. Sed at feugiat nulla, ac laoreet leo. Aliquam erat volutpat.

Here is an H4 with a JS code block and more lorem

module.exports = {
  images: {
    domains: ['localhost', 'justinwallace.dev', 'www.datocms-assets.com'],
  },
  webpack(config) {
    config.module.rules.push({
      test: /\.svg$/,
      use: ['@svgr/webpack', 'url-loader'],
    });

    return config;
  },
  redirects: async () => [
    {
      source: '/resume',
      destination: '/resume.pdf',
      permanent: true,
    },
  ],
};

Aenean condimentum faucibus erat ut scelerisque. Phasellus ut iaculis metus. Fusce eget feugiat justo. Nullam non blandit magna. Morbi bibendum lectus et elit luctus, id faucibus tellus vestibulum. Sed at feugiat nulla, ac laoreet leo. Aliquam erat volutpat.

This fella is an H5 and he is introducing the quote block

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC

The internet

Making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.

Last and NOT least ist he H6 with our lists
  1. An unordered list

  2. And all of its numbers

  3. Are first (as you can see)

But then we have the:

  • Unordered list and

  • All of its super cool check marks

  • that make you want to complete tasks

©JW Development 2022 Resume