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
- Host: GitHub
- URL: https://github.com/wneessen/go-mail-website
- Owner: wneessen
- License: mit
- Archived: true
- Created: 2022-10-11T18:46:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T22:19:40.000Z (over 1 year ago)
- Last Synced: 2025-07-22T19:48:15.654Z (11 months ago)
- Topics: documentation, go, go-mail, golang, hacktoberfest, website
- Language: HTML
- Homepage: https://go-mail.dev
- Size: 6.82 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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