The aafu Theme is a responsive portfolio with blog. Click here for live demo.
git clone https://github.com/darshanbaral/aafu.git
cd aafu
npm install
hugo server
This theme employs earch using Pagefind. Run following commands to index content when deploying.
hugo
npx -y pagefind --site public
After cloning the aafu repo, modify the config.yaml
as you wish.
You'll find a file called config.yaml
. Customize it per your need.
Note that the sections to be displayed in the accordion, the order of the sections, and the section that should be expanded at the beginning can be specifed in the config.yaml
.
Go to static/images
and replace the profile.jpg
with your own file.
The aafu
theme provides light
and dark
theme.
If you have discovered a bug or have a feature request, create an issue.