brew install hugo
mkdir themes
cd themes
git clone https://github.com/athul/archie.git
Create a new .md file in the content/posts folder
---
title: 11. Container With Most Water
description: medium
date: 2023-03-20
tags: [two-pointers, arrays]
---
hugo server -D
hugo -D -d /Users/solairerove/workspace/solairerove/solairerove.github.io