https://github.com/axllent/mailpit-website
Codebase for the Mailpit website
https://github.com/axllent/mailpit-website
mailpit
Last synced: 5 months ago
JSON representation
Codebase for the Mailpit website
- Host: GitHub
- URL: https://github.com/axllent/mailpit-website
- Owner: axllent
- License: mit
- Created: 2024-06-13T05:12:31.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-11-26T04:48:15.000Z (6 months ago)
- Last Synced: 2025-11-29T06:31:13.819Z (6 months ago)
- Topics: mailpit
- Language: HTML
- Homepage: https://mailpit.axllent.org
- Size: 736 KB
- Stars: 4
- Watchers: 2
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mailpit website
This is the codebase for the [Mailpit website](https://mailpit.axllent.org/), built using [Hugo](https://gohugo.io/).
### Project layout
- Page content is written in Markdown format and can be found in `content/`.
- CSS (scss) is located in `assets/css/`
- JavaScript is located in is located in `assets/js/`
## Install dependencies
Node is required to install and manage the JavaScript assets.
In the project folder run the following command to install the JavaScript dependencies:
```shell
npm install
```
## Run Hugo
You must have the hugo **EXTENDED** version on your system which you can download from [Github releases](https://github.com/gohugoio/hugo/releases/latest) page.
In the project folder run:
```shell
hugo server
```
This will start hugo and by default listen on `http://localhost:1313/`.