Talks
Nuxt Content By Example
George Roe
Apprentice Software Engineer
A practical guide to using Nuxt Content for managing and displaying content in Nuxt.js applications, using this very site as an example.
Nuxt Content is a powerful module for Nuxt.js that allows you to create an insanely flexible file-based content management system (CMS).
In this talk, the following will be covered:
- Guide around the structure of a simple Nuxt Content repo
- Intro to complex content queries using the
queryContentAPI - How to set frontmatter in markdown content files
- How to use custom components in markdown content files
- How tailwindcss and Nuxt UI can be used to create a more stylish content site
- KaTeX and mermaid.js support
- How Nuxt Content + Nuxt UI is being used to create the
GUILTdocumentation site (WIP at point of writing)
Resources
Slidev
An introduction to Slidev, a tool for creating interactive presentations that are much more versatile than traditional slide decks.
Rust MMU Guest Lecture
A repeat of the Guest Lecture on Rust at Manchester Metropolitan University, focusing on the quirks of the Rust programming language compared to others.