darshanbaral / aafu

Portfolio theme with blog
https://themes.gohugo.io/aafu/
MIT License
50 stars 58 forks source link
hugo

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.