Custom markdown-based blog built with a Python script, Jinja2 templates, and Sass. Deployed via GitHub Pages. This repo is dedicated to the blog only (one CNAME per GitHub Pages repo; portfolio uses a separate repo).
The blog is served at the blog subdomain (blog.victorgoico.com). To point it at GitHub Pages:
blogvictorgoic0.github.io (or this repo’s GitHub Pages hostname)The repo contains CNAME at the root with the custom domain. That file must be present in the deployed output root so GitHub Pages can serve the site on the subdomain.
dig blog.victorgoico.com CNAMEnslookup blog.victorgoico.com(To be added with PR #2 and later: how to run the build script, Sass compile, and deploy to GitHub Pages.)