Skip to content

solairerove/headstone-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headstone lamp

Install Hugo

brew install hugo

Add a Theme

mkdir themes
cd themes
git clone https://github.com/athul/archie.git

Writing Posts

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] 
---

Start the Hugo server

hugo server -D

Build static pages

hugo -D -d /Users/solairerove/workspace/solairerove/solairerove.github.io

Quick Start

gohugo.io

Releases

No releases published

Packages

No packages published