Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 595 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 595 Bytes

Personal Portfolio

This repository contains the source code for my personal website in which i showcase some of the work i've done professionally and in my spare time. This website was made with Hugo and uses the Ananke theme.

Requirements

  • Hugo
  • Go language

Local development

  1. Clone it using git clone --recurse-submodules to include the theme source code
  2. In case cloned it without including the submodule use git submodule update --init
  3. Run hugo server -D to watch the website on local server