1---
2title: This blog is now a template!
3description: I mentioned I wanted to publish this blog as a template when I rebuilt it a few months ago, and here it finally is!
4date: 2025-05-28
5authors:
6 - name: finxol
7tags:
8 - open source
9published: true
10bskyCid: 3lqatrbwkjk2a
11---
12
13Are you enjoying this blog?
14If so, you can also reuse the template to make your own blog just like this one!
15
16## Features
17
18- ✏️ Easy Markdown post authoring
19- 🖌️ Clean minimal style for easy reading
20- 🚀 Deploy anywhere!
21- 🎨 Easily customisable
22- 🌐 Automatic OpenGraph image generation
23- 🖨️ Adapted styles for printing (try printing this!)
24
25Start your own blog like this one using the [Github template repository](https://github.com/finxol/nuxt-blog-template).
26
27## Architecture
28
29This blog is built using Nuxt, Tailwind, and Markdown, via the Nuxt Content module.
30The template is built so that you can easily customize it to fit your needs.
31
32All configuration and values for the blog live inside the `blog.config.ts` file.
33There, you can customize the blog's title, description, author, links, and other settings.
34
35All the posts are stored in the `content/posts` directory.
36You can add new posts by creating new markdown files in this directory.
37The contents of the About and Home pages are stored in the `content/pages` directory.
38
39More explanation and details will come later in the README.md of the template repo.
40
41
42## Get writing!
43
44Feel free to use this template to make your own blog and focus on writing great content.
45
46Let me know if you enjoy using it.
47Feel free to reach out on Bluesky [@finxol.io](https://bsky.app/profile/finxol.io) and share your blog!