Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
/ go-mail-website Public archive

Documentation website for go-mail

License

Notifications You must be signed in to change notification settings

wneessen/go-mail-website

Repository files navigation

Caution

This repository has been archived. The go-mail website is now hosted in the go-mail Wiki.

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