An open API service indexing awesome lists of open source software.

https://github.com/wneessen/go-mail-website

Documentation website for go-mail
https://github.com/wneessen/go-mail-website

documentation go go-mail golang hacktoberfest website

Last synced: 8 months ago
JSON representation

Documentation website for go-mail

Awesome Lists containing this project

README

          

> [!CAUTION]
> This repository has been archived. The go-mail website is now hosted in the [go-mail Wiki](https://github.com/wneessen/go-mail/wiki).

# go-mail-website

This is the documentation website for the [go-mail](https://github.com/wneessen/go-mail) library. The website is built with [Hugo](https://gohugo.io/) and uses the brilliant
[GeekDocs](https://geekdocs.de/) theme.

You can find the published documentation site at: [go-mail.dev](https://go-mail.dev)

## Prerequisites

Install Hugo command line tool for your operating system

## Installation

Clone this repo using:

```shell
$ git clone git@github.com:wneessen/go-mail-website.git
```

Change directories into the `go-mail-website` directory:

```shell
$ cd go-mail-website
```

Now you should be able to run the site locally:

```shell
$ hugo serve
```

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