Skip to main content

New Sites

By Samuel J. Huskey | August 20, 2023

Visitors to this site will notice a lot of changes. For various reasons that I discuss in greater detail elsewhere, I have migrated this site from a dynamic content management system (Drupal) to a static site generator (Eleventy).

This move has greatly simplified site management tasks and content creation. I can compose and edit content in Markdown, a lightweight language that lets writers focus on writing without getting distracted by layout and design. I can test and develop the site locally on my computer instead of having to run a separate server, virtual machine, or container. For the front end of the site, I selected a starter template based on Bootstrap, which means that I didn't have to put a lot of effort into making the site responsive to screens of different sizes.

I'm not much of a front-end designer, but I did put some thought into the look of this new site: the background image is a page from a 15th-century manuscript of Lucan's Bellum Civile, and the color palette is adapted from it.

As for deployment, I can just incorporate that step into my existing Git workflow, since I can host this site directly from its repository on Github. That means that I have one less site to manage on the DLL's server. It also means that I will be able to post updates on this project more frequently.

A less noticeable change has occurred at the site for the Library of Digital Latin Texts (https://ldlt.digitallatin.org/). That site, too, has been migrated from a dynamic CMS (Django) to a static site generator (Jekyll). Most of the credit for that migration goes to Hugh Cayless. He and I hope that it will make maintenance and upkeep of that site much simpler.

Unfortunately, the DLL Catalog site has more complex technical requirements than the other two sites. It is currently running on Drupal 7, which will soon reach its end of life. I have successfully migrated the data to Drupal 9, but the theme layer (i.e., the way it looks) must be rebuilt entirely because Drupal 9 uses an entirely new front-end framework (Twig). Fortunately, Twig is similar to Liquid and Nunjucks, the template languages for Jekyll and Eleventy. I hope to work on that project during the summer of 2024. In the meantime, all work on the DLL Catalog has been paused. Depending on the viability of Drupal 7 during this time of transition, the site might have to be locked down or taken offline entirely, but its data will be made available in JSON-LD and CSV form in a publicly accessible Git repository.

If you are interested in collaborating on (and/or funding?) the development of the next generation of the DLL Catalog, please send a message to me at huskey@ou.edu.