Jekyll site live at https://madrazallbuilt.com (custom domain, CNAME in repo).
Remote: https://github.com/madrazall/home.git (repo named home, branch main)
_layouts/default.html — base layout (CSS, nav/footer includes, reveal script)_layouts/post.html — individual blog post layout_includes/nav.html — shared nav bar_includes/footer.html — shared footer_posts/ — blog posts (filename format: YYYY-MM-DD-slug.md)blog/index.html — blog listing pageindex.html — home page (plain HTML, no Jekyll front matter, Liquid won’t process here)papertrail.html — Paper Trail book page (layout: none, Liquid processed)assets/images/ — project and book imagesCustom domain madrazallbuilt.com is set via CNAME file — site serves from root, so:
baseurl: "" in _config.yml — do NOT add /home or any path prefixurl: "https://madrazallbuilt.com" in _config.ymlprefix, e.g.index.html are plain relative paths (e.g. assets/images/project01.jpg) since that file has no front matterblog/index.html contributor form action is still https://formspree.io/f/YOUR_FORM_ID — needs a real Formspree ID before the form works