Code syntax highlighting

This is an example of some CSS

p { color: red }

this is some javascript

document.querySelector('.homepage').classList.add('is-active');

this is some Sass

@use 'Wordpress'

body
  display: grid
  background-color: mistyrose



.site-header, .site-footer, .site-main, aside
  display: grid
  grid-template-columns: minmax(20px, 1fr) minmax(300px, 1350px) minmax(20px, 1fr)

.inner, .site-info, article, aside section
  grid-column: 2

Got any questions about this article? Just pop me an email.

My (probably not) first blog post

Yes this is the inaugural post of my new website! Hooray! Yippee! Well hopefully this web project will last ever so slightly longer than the others as I am now committing to WordPress and this site. The plan at least for now is to get this site up and running and the posts flowing somewhat regularly. The reason? Well I’ve been finding more and more that my own permanent resource for internet ephemora would be useful. So the plan at least for now is to start developing this site somewhat.

Got any questions about this article? Just pop me an email.