Nano Banana Pro
Agent skill for nano-banana-pro
This project is a personal profile website built using the [Hugo](https://gohugo.io/) static site generator and the [Toha](https://themes.gohugo.io/themes/toha/) theme. It leverages Hugo Modules for theme management and Node.js/npm for handling front-end dependencies and asset processing.
Sign in to like and favorite skills
This project is a personal profile website built using the Hugo static site generator and the Toha theme. It leverages Hugo Modules for theme management and Node.js/npm for handling front-end dependencies and asset processing.
To build and run this project, you will need:
The following sequence of commands is used to build the site for deployment, as observed in the GitHub Actions workflow:
hugo mod tidy
package.json for npm dependencies from Hugo modules:
hugo mod npm pack
npm install
hugo --minify
You can run a local development server using the following methods, as defined in
Taskfile.yaml:
docker run -it --rm -v "${PWD}":/src hugomods/hugo server -w
hugo server -w
Taskfile.yaml..pre-commit-config.yaml suggests that pre-commit hooks are used to enforce code quality and formatting standards.data/en/sections/projects.yaml: This file houses the project data displayed on the website, primarily detailing projects related to Nicholas Wilde's GitHub repositories.