Skip to content

wneessen/go-mail-website

Repository files navigation

go-mail-website

This is the documentation website for the go-mail library. The website is built with Hugo and uses the brilliant GeekDocs theme.

You can find the published documentation site at: go-mail.dev

Prerequisites

Install Hugo command line tool for your operating system

Installation

Clone this repo using:

$ git clone [email protected]:wneessen/go-mail-website.git

Change directories into the go-mail-website directory:

$ cd go-mail-website

Now you should be able to run the site locally:

$ hugo serve

Once the site code is running locally, you can navigate to it by going to http://localhost:1313