diff --git a/src/consts.ts b/src/consts.ts
index 1c1619b..cc2a4e0 100644
--- a/src/consts.ts
+++ b/src/consts.ts
@@ -2,7 +2,7 @@ import type { IconMap, SocialLink, Site } from '@/types'
 
 export const SITE: Site = {
   title: "z0x's blog",
-  description: "z0x's blog",
+  description: "Guides and various ramblings provided by z0x. Opinions are my own, no warranty provided.",
   featuredPostCount: 2,
   postsPerPage: 3,
   href: 'https://blog.z0x.ca',