Skip to main content
Dublin Library

The Publishing Project

Configuring Vuepress default theme

In the last post we discussed the basic setup of a barebones Vuepress site. This post will cover some basic details of the theme: the navigation menu and the sidebar. To create the configuration you...

Docs as code: The technical side

Docs as code is an interesting way to create documentation for software and technical projects. The idea is that we use the same tools to create our documentation that engineers or technical authors...

Axios toolkit for WordPress REST API

As I'm learning the deep workings of the WordPress REST API I'm also learning how to use Axios as a replacement for Fetch. While I discovered that this will not work with Nuxt and the WordPress REST...

New research into block development

While researching block-based themes I found more information about blocks themselves and how to write them in a way you can submit them for inclusion in the WordPress directory. Most, if not all our...

:is() CSS pseudo-class

There are times when we want the same element across the page to do the same. The following block styles the h2 elements inside the header, footer and main elements. header h2, main h2, footer h2 { ...

Archive Navigation