GitHub Pages based on Hugo Academic CV Theme.
- Install
hugoto build page
brew install hugomake serverNote: For local development with search functionality, you need to generate the Pagefind search index:
# Build the site first
hugo
# Generate search index
npx pagefind --site "public"
# Then run the server
hugo serverThe GitHub Actions workflow automatically generates the search index during deployment.
make updateThe code and styles are licensed under the MIT license. See project license.