Hugo Themes
aafu
Portfolio and blog theme with search and dark/light theme.
- Author: Darshan Baral
- GitHub Stars: 49
- Updated: 2024-10-13
- License: MIT
- Tags: Blog Portfolio
aafu Theme
The aafu Theme is a responsive portfolio with blog. Click here for live demo.
Installation
Development
git clone https://github.com/darshanbaral/aafu.git
cd aafu
npm install
hugo server
Add search
This theme employs earch using Pagefind. Run following commands to index content when deploying.
hugo
npx -y pagefind --site public
Getting started
After cloning the aafu repo, modify the config.yaml
as you wish.
The config file
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
.
Add your photo
Go to static/images
and replace the profile.jpg
with your own file.
Theme Colors
The aafu
theme provides light
and dark
theme.
Reporting Issues
If you have discovered a bug or have a feature request, create an issue.