This repository contains the source files for Trent X Meta’s personal website and blog.
The site is built as a simple static web project with no dependencies. It includes:
blog/posts/ and adding a corresponding entry to blog/index.html.styles.css and minimal JavaScript (main.js) for client‑side search on the blog page.feed.xml) and sitemap (sitemap.xml).blog/posts/ directory following the existing pattern.blog/index.html to include your new post with a title, summary and link.sitemap.xml and feed.xml with the new post’s URL and publish date.This site is designed for hosting on GitHub Pages. To deploy, push the contents of this repository’s root to the main branch and configure your repository’s Pages settings to serve from the root.
The content in this repository is provided without warranty. Feel free to adapt the files for your own purposes.