My simple, personal website.
- Hosted on GitHub Pages (deployed from this repo)
- Custom domain: dledwith.com
- No hosting cost (just the domain registration)
_config.yml: Jekyll/GitHub Pages config (title, base URL, etc.)_layouts/default.html: global HTML shell (head, navbar, footer)_includes/: shared fragments such as the navbar and footerindex.html: homepage contentpages/: additional pages (projects.html,cv.html,contact.html)css/+js/: local assets