Need Theme Tweaks?

If you need to customize theme, add extra pages, or complete website development from scratch, you can hire us.

Check Our Services

Portfolio Page

Read our CMS Integration Guide for a graphical way to add and edit portfolio items.

To create a new portfolio page use the following command:

hugo new portfolio/new-project.md

Detail Configuration

You can then configure special fields for display on the portfolio details page like a URL, client name or categories.

---
title: "Artwork Design"
date: 2019-05-12T12:14:34+06:00
image: "images/item-1.png"
client: "John Doe"
project_url : "https://themefisher.com/"
categories: ["design","development"]
description: "This is meta description."
draft: false
---

After that, add the content of the page and re-publish your site.

Improve this page on Github  — Last updated:  Tue, Dec 29, 2020