Credits
This site was proudly coded by hand from the ground-up, without the use of generative AI. It may seem simpler to ask a program to generate a layout, or to use a WYSIWYG editor (drag-and-drop), but I enjoy the challenge of understanding the bones that make up my site. Additionally, I have much more control over the layout. So while it takes more time, I am much more satisfied with the result.
Nonetheless, the code did not appear from the ether! Here are some of the resources I used to construct my site.
- 11ty and Nunjucks - My static site generator and templating language, which allows me to code and apply the base "layout" of the site to all pages.
- Deploy to GitHub Pages - GitHub action that deploys the final site to be viewed publicly; this site is hosted on GitHub Pages.
- Bootstrap Documentation - This is the CSS framework I used for this site, especially helpful for setting up the navbar and footer.
- FSLightbox - The "lightbox" effect script that makes certain images larger on a click.
- Theme Switcher - Viewing mode toggle for Light/Night/System preference.
- FontAwesome - Icons used around the site.