Personal Web

Personal Web is a simple Hugo template to build a personal website including portfolio and blog sections. It will mainly suit freelancers who want to showcase their work.

Installation

Inside the folder of your Hugo site run:

cd themes
git clone https://github.com/bjacquemet/personal-web

or if you'd rather use submodules

cd themes
git submodule add https://github.com/bjacquemet/personal-web.git

For more information read the official setup guide of Hugo.

Screenshots

Home
Portfolio
Article

Start building your website

You will find help in the exampleSite folder, or you can browse resources on the demo site

Start the server

In order to see your site in action, run Hugo's built-in local server from your website root directory.

hugo server

Now enter localhost:1313 in the address bar of your browser.

GitHub