This repository contains the source for the standalone cole.press blog site. It is built with Quarto.
index.qmddefines the blog landing page and includes a listing of posts found in theposts/directory.about.qmdprovides information about the blog and its author.posts/will contain your individual blog posts as Quarto markdown files. Each post should have its own.qmdfile with appropriate frontmatter._quarto.ymlconfigures the site title, navigation bar, and other website options.
To render the site locally, install Quarto and run:
quarto renderThe rendered site will appear in the _site directory. You can deploy the contents of _site to Netlify or any static hosting provider.